Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent e131b20 commit 690a976
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -375,14 +375,14 @@ if [ "$prefix" = "" ] || [ "$prefix" = "/" ] ; then
ln -s /etc/pki/nssdb/key4.db ~/.pki/nssdb/key4.db
cp ../chromium.sh ~/Desktop
sudo systemctl stop ntpd
sudo systemctl reload-or-restart before-network nftables NetworkManager NetworkManager-dispatcher hood-network-services
sudo /etc/rc.local
echo "Targeting current system, you may need to reboot or soft-reboot to make the firewall fully functional"
if [ $yongbin -eq 1 ] && [ $debian_live -eq 1 ]; then
sudo apt install -y git bash-completion chromium
sudo apt autoremove -y --purge avahi-daemon
sudo systemctl soft-reboot
fi
sudo systemctl reload-or-restart before-network nftables NetworkManager NetworkManager-dispatcher hood-network-services
sudo /etc/rc.local
echo "Targeting current system, you may need to reboot or soft-reboot to make the firewall fully functional"
fi


Expand Down

0 comments on commit 690a976

Please sign in to comment.