1
0
mirror of https://github.com/tommytran732/Arch-Setup-Script synced 2025-02-20 18:01:33 -05:00

Merge pull request #10 from i-c-u-p/chmod_+x-sh

Made shell scripts executable
This commit is contained in:
Tommy 2022-05-25 16:42:16 -04:00 committed by GitHub
commit e8196371ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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