Update run.sh, install.sh files

This commit is contained in:
zenobit 2020-08-28 10:33:39 +00:00
parent 0845497f75
commit 276b4ac937
2 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
# Void Linux post-install script
echo "$(tput setaf 3)Starting Void Linux post-install script$(tput sgr 0)"
ls -al | tee installed.txt
# Ask part
echo "$(tput setaf 1)Which CPU do you use?$(tput sgr 0)"
read -p "AMD (a) or INTEL (i) [a/i] " -n 1 cpu

2
run.sh Normal file
View File

@ -0,0 +1,2 @@
chmod +x install.sh
./install.sh -l 2>&1 | tee installed.txt