diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-07-12 17:45:29 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-07-12 17:45:29 +0900 |
| commit | e1eafcb0b7bdb7634b57cda536adca8f22c3e9e9 (patch) | |
| tree | 027f86cb69dcf2ed506c6016778581c4c940a5d7 | |
| parent | b934d0948c9d902c7939fe250efc1a2d39d2a767 (diff) | |
Init
| -rwxr-xr-x | public/thesiah.sh | 24 | ||||
| -rwxr-xr-x | static/thesiah.sh | 24 |
2 files changed, 24 insertions, 24 deletions
diff --git a/public/thesiah.sh b/public/thesiah.sh index a527bbc..3fcf262 100755 --- a/public/thesiah.sh +++ b/public/thesiah.sh @@ -755,40 +755,40 @@ When = PostTransaction Exec = /usr/bin/pkill -RTMIN+8 dwmblocks' >/usr/share/libalpm/hooks/statusbar.hook # Set up pam-gnupg -pamgnupg || error "Failed to set up pam-gnupg." +pamgnupg # Set up ecryptfs -ecryptfssetup || error "Failed to set up ecryptfs rules." +ecryptfssetup # Set up ufw -ufwsetup || error "Failed to set up ufw rules." +ufwsetup # Set up samba -sambasetup || error "Failed to set up samba." +sambasetup # Set up bbswitch -bbswitchsetup || error "Failed to set up bbswitch." +bbswitchsetup # Set up bluez -bluezsetup || error "Failed to set up bluez." +bluezsetup # Set up cronjob -cronsetup || error "Failed to set up cron." +cronsetup # Set up tlp -tlpsetup || error "Failed to set up tlp." +tlpsetup # Set up ssh -sshsetup || error "Failed to set up ssh" +sshsetup # Set up vpn -vpnsetup || error "Failed to set up vpn." +vpnsetup # Set up clamshell mode -elogindsetup || error "Failed to set up elogind for clamshell mode." +elogindsetup # Set up gpu -microsetup || error "Failed to install gpu." +microsetup # Get Librewolf installed with add-ons and non-bad settings. librewolfsetup || error "Failed to set up librewolf." diff --git a/static/thesiah.sh b/static/thesiah.sh index a527bbc..3fcf262 100755 --- a/static/thesiah.sh +++ b/static/thesiah.sh @@ -755,40 +755,40 @@ When = PostTransaction Exec = /usr/bin/pkill -RTMIN+8 dwmblocks' >/usr/share/libalpm/hooks/statusbar.hook # Set up pam-gnupg -pamgnupg || error "Failed to set up pam-gnupg." +pamgnupg # Set up ecryptfs -ecryptfssetup || error "Failed to set up ecryptfs rules." +ecryptfssetup # Set up ufw -ufwsetup || error "Failed to set up ufw rules." +ufwsetup # Set up samba -sambasetup || error "Failed to set up samba." +sambasetup # Set up bbswitch -bbswitchsetup || error "Failed to set up bbswitch." +bbswitchsetup # Set up bluez -bluezsetup || error "Failed to set up bluez." +bluezsetup # Set up cronjob -cronsetup || error "Failed to set up cron." +cronsetup # Set up tlp -tlpsetup || error "Failed to set up tlp." +tlpsetup # Set up ssh -sshsetup || error "Failed to set up ssh" +sshsetup # Set up vpn -vpnsetup || error "Failed to set up vpn." +vpnsetup # Set up clamshell mode -elogindsetup || error "Failed to set up elogind for clamshell mode." +elogindsetup # Set up gpu -microsetup || error "Failed to install gpu." +microsetup # Get Librewolf installed with add-ons and non-bad settings. librewolfsetup || error "Failed to set up librewolf." |
