|
|
|
|
@ -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) ]; then |
|
|
|
|
if [ $(sudo apt-cache show wireguard > /dev/null 2>&1) ]; then |
|
|
|
|
# install PPAs |
|
|
|
|
|
|
|
|
|
echo "Adding Wireguard PPAs" |
|
|
|
|
|