Skip to content

Commit

Permalink
Update ubuntu.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
midoks committed Jun 7, 2024
1 parent bbbf670 commit 0042b12
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/install/ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ apt install -y expect
apt install -y pv
apt install -y bc
apt install -y cron

apt install -y net-tools

apt install -y locate
locale-gen en_US.UTF-8
Expand Down Expand Up @@ -80,7 +80,6 @@ if [ ! -f /usr/sbin/ufw ];then
fi

apt install -y devscripts
apt install -y net-tools
apt install -y python3-dev
apt install -y autoconf
apt install -y gcc
Expand Down

0 comments on commit 0042b12

Please sign in to comment.