We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0d9711 commit fcdc5f7Copy full SHA for fcdc5f7
1 file changed
install/install.sh
@@ -2,20 +2,9 @@
2
3
sudo apt-get update -y && sudo apt-get upgrade -y
4
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
+for i in git fail2ban nano unzip wget curl ufw socat fuse apt-transport-https acl mergerfs ca-certificates; do
+ sudo apt-get -y install $i
+done
19
20
sudo ufw default deny incoming
21
sudo ufw default allow outgoing
0 commit comments