Browse Source

syntax

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

2
scripts/subinstallers/wireguard.sh

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

Loading…
Cancel
Save