Skip to content

Commit d26a0aa

Browse files
Update install.sh
1 parent f9eea6b commit d26a0aa

1 file changed

Lines changed: 3 additions & 12 deletions

File tree

install/install.sh

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,9 @@
33
sudo apt-get update -y
44
sudo apt-get upgrade -y
55

6-
sudo apt-get -y install git
7-
sudo apt-get -y install fail2ban
8-
sudo apt-get -y install nano
9-
sudo apt-get -y install unzip
10-
sudo apt-get -y install wget
11-
sudo apt-get -y install curl
12-
sudo apt-get -y install ufw
13-
sudo apt-get -y install socat
14-
sudo apt-get -y install fuse
15-
sudo apt-get -y install apt-transport-https
16-
sudo apt-get -y install acl
17-
sudo apt-get -y install ca-certificates
6+
for i in git fail2ban nano unzip wget curl ufw socat fuse apt-transport-https acl mergerfs ca-certificates; do
7+
sudo apt-get -y install $i
8+
done
189

1910
sudo ufw default deny incoming
2011
sudo ufw default allow outgoing

0 commit comments

Comments
 (0)