Skip to content

Commit 5915c20

Browse files
Update install.sh
1 parent 642244a commit 5915c20

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

install/install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@ if [[ ${REPLY} =~ ^[Yy]$ ]]; then
3434
echo; sleep 2
3535
done
3636

37-
# Setting up UFW firewall
37+
# Enable UFW firewall
3838

39+
echo Enabling UFW firewall...
3940
echo
4041
sudo ufw default deny incoming
4142
sudo ufw default allow outgoing

0 commit comments

Comments
 (0)