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