Update linupx-scripts.sh

This commit is contained in:
2022-04-09 17:02:50 -05:00
parent 6d02531fe3
commit 1004d82d9e

View File

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