Skip to content

Commit fcdc5f7

Browse files
Update install.sh
1 parent b0d9711 commit fcdc5f7

1 file changed

Lines changed: 3 additions & 14 deletions

File tree

install/install.sh

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,9 @@
22

33
sudo apt-get update -y && sudo apt-get upgrade -y
44

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

209
sudo ufw default deny incoming
2110
sudo ufw default allow outgoing

0 commit comments

Comments
 (0)