Update linupx-scripts.sh
This commit is contained in:
@@ -99,6 +99,7 @@ UPDATE2() {
|
|||||||
|
|
||||||
$APTFUNC upgrade -y
|
$APTFUNC upgrade -y
|
||||||
|
|
||||||
|
echo "\n\n"
|
||||||
read -n 1 -p "Would you like to run dist-upgrade as well (Y/n)?" choice
|
read -n 1 -p "Would you like to run dist-upgrade as well (Y/n)?" choice
|
||||||
case "$choice" in
|
case "$choice" in
|
||||||
[Yy]) $APTFUNC dist-upgrade;;
|
[Yy]) $APTFUNC dist-upgrade;;
|
||||||
|
|||||||
Reference in New Issue
Block a user