Browse Source

ne

merge-requests/19/head
Steven Foerster 6 years ago
parent
commit
e6512cb087
  1. 2
      scripts/subinstallers/wireguard.sh

2
scripts/subinstallers/wireguard.sh

@ -3,7 +3,7 @@
figlet "Mistborn: Installing Wireguard" figlet "Mistborn: Installing Wireguard"
# if wireguard not in current repositories # if wireguard not in current repositories
if [ $(sudo apt-cache show wireguard > /dev/null 2>&1) ]; then if [ $(sudo apt-cache show wireguard > /dev/null 2>&1) -ne 0 ]; then
# install PPAs # install PPAs
echo "Adding Wireguard PPAs" echo "Adding Wireguard PPAs"

Loading…
Cancel
Save