summaryrefslogtreecommitdiff
path: root/autoinstall.sh
diff options
context:
space:
mode:
authorShipwreckt <me@shipwreckt.co.uk>2025-11-07 23:27:55 +0000
committerShipwreckt <me@shipwreckt.co.uk>2025-11-07 23:27:55 +0000
commit470d7fb1245ec7cd04a185fe0a5a720ebe6afdc2 (patch)
treedfe7d3128f8145c832014082cfe6b43f9b3f647b /autoinstall.sh
parent1ae24861a06d773836fb674814aa03df90bbb095 (diff)
Changed DWM, used base config and remodified it. Removed uselessgap patch.HEADmaster
Diffstat (limited to 'autoinstall.sh')
-rwxr-xr-xautoinstall.sh7
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!"