Update linupx-scripts.sh

This commit is contained in:
2022-04-09 17:02:08 -05:00
parent 33f5675207
commit 881f2b169c

View File

@@ -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;;