Updated comments

pull/1/head
beech 2 years ago
parent 0116a04750
commit abdb654faf
  1. 4
      preinstall1.sh
  2. 2
      preinstall2.sh

@ -1,4 +1,8 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# This WILL format and partition 1 drive in your system. It is recommended to run the script with only 1 drive installed.
# Selected drive is /dev/sda, replace sda with specified drive if you have multiple. List drives with 'lsblk'
# Change boot, SWAP, and root partition sizes to your needs in lines 15-17
echo "-------------------------------------------------" echo "-------------------------------------------------"
echo "Setting up partitions - DRIVE WILL BE WIPED" echo "Setting up partitions - DRIVE WILL BE WIPED"
echo "-------------------------------------------------" echo "-------------------------------------------------"

@ -1,5 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# Create your user account following the README instructions before running this.
# generate locales # generate locales
sudo pacman -S bash-completion --noconfirm --needed sudo pacman -S bash-completion --noconfirm --needed