Skip to content

Commit f9eea6b

Browse files
Update install.sh
1 parent fcdc5f7 commit f9eea6b

1 file changed

Lines changed: 14 additions & 4 deletions

File tree

install/install.sh

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
11
#!/bin/bash
22

3-
sudo apt-get update -y && sudo apt-get upgrade -y
3+
sudo apt-get update -y
4+
sudo apt-get upgrade -y
45

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
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
818

919
sudo ufw default deny incoming
1020
sudo ufw default allow outgoing

0 commit comments

Comments
 (0)