diff options
| author | Shipwreckt <me@shipwreckt.co.uk> | 2025-11-07 23:27:55 +0000 |
|---|---|---|
| committer | Shipwreckt <me@shipwreckt.co.uk> | 2025-11-07 23:27:55 +0000 |
| commit | 470d7fb1245ec7cd04a185fe0a5a720ebe6afdc2 (patch) | |
| tree | dfe7d3128f8145c832014082cfe6b43f9b3f647b /autoinstall.sh | |
| parent | 1ae24861a06d773836fb674814aa03df90bbb095 (diff) | |
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!" |
