Update linupx-scripts.sh

This commit is contained in:
2022-04-09 17:03:28 -05:00
parent 73ded69707
commit adca260fdc

View File

@@ -73,7 +73,8 @@ UPDATE1() {
$APTFUNC update
$APTFUNC upgrade -y
echo "\t\t"
echo
echo
read -n 1 -p "Would you like to run dist-upgrade as well (Y/n)?" choice
case "$choice" in
[Yy]) $APTFUNC dist-upgrade;;
@@ -99,7 +100,8 @@ UPDATE2() {
$APTFUNC upgrade -y
echo "\t\t"
echo
echo
read -n 1 -p "Would you like to run dist-upgrade as well (Y/n)?" choice
case "$choice" in
[Yy]) $APTFUNC dist-upgrade;;