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