Skip to content

Commit

Permalink
auto-pkgsrc-delete-all: Protect openssl, needed by pkg_install
Browse files Browse the repository at this point in the history
  • Loading branch information
outpaddling committed Sep 12, 2022
1 parent ac11590 commit 53784e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion User-scripts/auto-pkgsrc-delete-all
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ if [ $# != 0 ]; then
usage
fi

packages=`pkg_info | awk '{print $1}' | egrep -v 'bmake|pkg_install|bootstrap-mk-files|cwrappers'`
packages=`pkg_info | awk '{print $1}' | egrep -v 'bmake|pkg_install|openssl|bootstrap-mk-files|cwrappers'`
pkg_delete -f $packages
pkg_info

0 comments on commit 53784e3

Please sign in to comment.