summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xslackware-bootstrap/update-current1
-rwxr-xr-xslackware-bootstrap/update-stable1
2 files changed, 2 insertions, 0 deletions
diff --git a/slackware-bootstrap/update-current b/slackware-bootstrap/update-current
index a0e07fa..2ec1828 100755
--- a/slackware-bootstrap/update-current
+++ b/slackware-bootstrap/update-current
@@ -20,6 +20,7 @@ slackpkg update gpg
printf "\x1b[1;31m======================= [ \x1b[7;31m ATTENTION \x1b[0;0m\x1b[1;31m ] ========================\n\x1b[0;0m"
echo "updating slackpkg, if prompted to overwrite configuration files"
echo "pick 'Remove (R)' !!!!"
+read -p "press enter to continue"
slackpkg upgrade slackpkg
echo "==== [ updating system... ] ===="
slackpkg update gpg
diff --git a/slackware-bootstrap/update-stable b/slackware-bootstrap/update-stable
index 5d4667e..804ec2c 100755
--- a/slackware-bootstrap/update-stable
+++ b/slackware-bootstrap/update-stable
@@ -25,6 +25,7 @@ slackpkg update gpg
printf "\x1b[1;31m======================= [ \x1b[7;31m ATTENTION \x1b[0;0m\x1b[1;31m ] ========================\n\x1b[0;0m"
echo "updating slackpkg, if prompted to overwrite configuration files"
echo "pick 'Remove (R)' !!!!"
+read -p "press enter to continue"
slackpkg upgrade slackpkg
echo "============== [ system update ] ==============="