diff options
Diffstat (limited to 'autoinstall.sh')
| -rwxr-xr-x | autoinstall.sh | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/autoinstall.sh b/autoinstall.sh index e270f71..a925c1a 100755 --- a/autoinstall.sh +++ b/autoinstall.sh @@ -113,7 +113,9 @@ Blocked_Websites() { } Security() { -sudo sed -i '6 i auth optional pam_faildelay.so delay=4000000' /etc/pam.d/system-login + sudo sed -i '6 i auth optional pam_faildelay.so delay=4000000' /etc/pam.d/system-login + $INSTALL clamav + sudo freshclam } Doas() { @@ -141,8 +143,9 @@ main() { fonts bashrc_additions fish - setup_music + #Blocked_Website Security + #Doas echo "==================================" echo "Done installing, you may reboot." echo "Thank you for installing!" |
