diff options
| -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." |
