Update linupx-scripts.sh
This commit is contained in:
@@ -66,12 +66,13 @@ UPDATE1() {
|
||||
$APTFUNC update
|
||||
$APTFUNC upgrade -y
|
||||
|
||||
echo
|
||||
read -n 1 -p "Would you like to run dist-upgrade as well (Y/n)?" choice
|
||||
echo
|
||||
case "$choice" in
|
||||
[Yy]) $APTFUNC dist-upgrade;;
|
||||
esac
|
||||
$APTFUNC dist-upgrade;;
|
||||
# echo
|
||||
# read -n 1 -p "Would you like to run dist-upgrade as well (Y/n)?" choice
|
||||
# echo
|
||||
# case "$choice" in
|
||||
# [Yy]) $APTFUNC dist-upgrade;;
|
||||
# esac
|
||||
|
||||
[[ "$useAutoremove" -ne 0 ]] && AUTOREMOVE
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user