Update linupx-scripts.sh
This commit is contained in:
@@ -73,7 +73,7 @@ UPDATE1() {
|
|||||||
$APTFUNC update
|
$APTFUNC update
|
||||||
$APTFUNC upgrade -y
|
$APTFUNC upgrade -y
|
||||||
|
|
||||||
echo "\n\n"
|
echo "\t\t"
|
||||||
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;;
|
||||||
@@ -99,7 +99,7 @@ UPDATE2() {
|
|||||||
|
|
||||||
$APTFUNC upgrade -y
|
$APTFUNC upgrade -y
|
||||||
|
|
||||||
echo "\n\n"
|
echo "\t\t"
|
||||||
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