1
0
mirror of https://github.com/tommytran732/Arch-Setup-Script synced 2024-11-21 09:01:34 -05:00

Made shell scripts executable

Changed permissions of install.sh and secureboot.sh from 644 to 755 to be able to run them via "./<script name>" without first executing "chmod u+x <script name>". Also updated the README to reflect the change.
This commit is contained in:
i-c-u-p 2022-04-06 11:20:28 +00:00 committed by tommytran732
parent 72f83f4699
commit 839616fa68
No known key found for this signature in database
GPG Key ID: 060B29EB996BD9F2
3 changed files with 1 additions and 1 deletions

View File

@ -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.

0
install.sh Normal file → Executable file
View File

0
secureboot.sh Normal file → Executable file
View File