Skip to content

Commit

Permalink
feat: add missing ufw (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
eznix86 authored and saeedvaziry committed Nov 9, 2024
1 parent 07c51ab commit e8ac6eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/SSH/OS/scripts/install-dependencies.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
sudo DEBIAN_FRONTEND=noninteractive apt-get install -y software-properties-common curl zip unzip git gcc openssl
sudo DEBIAN_FRONTEND=noninteractive apt-get install -y software-properties-common curl zip unzip git gcc openssl ufw
git config --global user.email "__email__"
git config --global user.name "__name__"

# Install Node.js
curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash -;
curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash -
sudo DEBIAN_FRONTEND=noninteractive apt-get update
sudo DEBIAN_FRONTEND=noninteractive apt-get install nodejs -y

0 comments on commit e8ac6eb

Please sign in to comment.