Skip to content

Commit

Permalink
slackpkg upgrade-all removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyclenerd committed Jan 7, 2021
1 parent 8f09ae6 commit 4f69f49
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions postinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -620,11 +620,10 @@ function resync_installer() {
echo "http://mirrors.slackware.com/slackware/slackware-current/" >> "/etc/slackpkg/mirrors"
fi
fi
# update and upgrade not silent :-(
# update not silent :-(
$MY_INSTALLER update
$MY_INSTALLER upgrade-all
if [ "$?" -ne 0 ]; then
exit_with_failure "Failed to do $MY_INSTALLER upgrade-all"
exit_with_failure "Failed to do $MY_INSTALLER update"
fi
;;
pkg)
Expand Down

0 comments on commit 4f69f49

Please sign in to comment.