Skip to content

Commit

Permalink
Update build_ubuntu.sh
Browse files Browse the repository at this point in the history
adding ufw for installation. it doesn't come preinstalled with some cloud providers.

Signed-off-by: Tim - o2Stake <[email protected]>
  • Loading branch information
o2Stake authored Dec 4, 2022
1 parent 8124f74 commit 3b71d3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build_ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ apt-get install -y \
make \
pkg-config \
tmux \
xz-utils
xz-utils \
ufw

# Install Rust

Expand Down

0 comments on commit 3b71d3c

Please sign in to comment.