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:
parent
72f83f4699
commit
839616fa68
@ -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
0
install.sh
Normal file → Executable file
0
secureboot.sh
Normal file → Executable file
0
secureboot.sh
Normal file → Executable file
Loading…
Reference in New Issue
Block a user