setup/init.sh aktualisiert
This commit is contained in:
13
setup/init.sh
Normal file
13
setup/init.sh
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
apt install curl
|
||||||
|
|
||||||
|
curl http://10.1.1.5:3000/ageissler/linux-tools/raw/branch/main/setup/init-iptables.sh | sh
|
||||||
|
curl http://10.1.1.5:3000/ageissler/linux-tools/raw/branch/main/setup/init-iptables-blocklist.sh | sh
|
||||||
|
|
||||||
|
curl http://10.1.1.5:3000/ageissler/linux-tools/raw/branch/main/setup/init-fail2ban.sh | sh
|
||||||
|
curl http://10.1.1.5:3000/ageissler/linux-tools/raw/branch/main/setup/init-snmpd.sh | sh
|
||||||
|
curl http://10.1.1.5:3000/ageissler/linux-tools/raw/branch/main/setup/init-sudoers.sh | sh
|
||||||
|
curl http://10.1.1.5:3000/ageissler/linux-tools/raw/branch/main/setup/init-sshd.sh | sh
|
||||||
|
curl http://10.1.1.5:3000/ageissler/linux-tools/raw/branch/main/setup/init-tz.sh | sh
|
||||||
|
curl http://10.1.1.5:3000/ageissler/linux-tools/raw/branch/main/setup/ | sh
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
apt install curl
|
|
||||||
|
|
||||||
curl http://..../ | sh
|
|
||||||
curl http://..../ | sh
|
|
||||||
Reference in New Issue
Block a user