diff options
Diffstat (limited to 'slackware-bootstrap/step1')
| -rw-r--r-- | slackware-bootstrap/step1 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/slackware-bootstrap/step1 b/slackware-bootstrap/step1 new file mode 100644 index 0000000..d303a96 --- /dev/null +++ b/slackware-bootstrap/step1 @@ -0,0 +1,15 @@ +#!/bin/bash +basedir=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) + +sh $basedir/slackpkg + +echo "sh $basedir/step2" >> /root/.bashrc + +echo "=================== [ system reboot ] ==================" +printf "\x1b[1;31mREAD CAREFULLY:\033[0m\n" +echo "your system will now reboot, after reboot make sure to" +printf "SIGN IN \x1b[1;31mAS ROOT\x1b[0m !!!\n" +echo "========================================================" +read -p "press enter to reboot" +reboot + |
