diff --git a/README.md b/README.md index b18920f..7cddd1c 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Visit my Matrix group: https://matrix.to/#/#tommytran732:matrix.org 4. Connect to the internet. 5. `git clone https://github.com/tommytran732/Arch-Setup-Script/` 6. `cd Arch-Setup-Script` -7. `chmod u+x ./install.sh && ./install.sh` +7. `./install.sh` ### Secure Boot The Secure Boot script can be run after you have rebooted into the system to automate the process of generating your own keys and setting up Secure Boot described at https://wiki.archlinux.org/title/Unified_Extensible_Firmware_Interface/Secure_Boot. Please make sure that your firmware is in Setup mode and the TPM is disabled. diff --git a/install.sh b/install.sh old mode 100644 new mode 100755 diff --git a/secureboot.sh b/secureboot.sh old mode 100644 new mode 100755