diff --git a/wireguard-install.sh b/wireguard-install.sh index c1d74a5b..d816effa 100644 --- a/wireguard-install.sh +++ b/wireguard-install.sh @@ -105,7 +105,7 @@ function initialCheck() { function installQuestions() { echo "Welcome to the WireGuard installer!" - echo "The git repository is available at: https://github.com/angristan/wireguard-install" + echo "The git repository is available at: https://github.com/conradgg/wireguard-install" echo "" echo "I need to ask you a few questions before starting the setup." echo "You can keep the default options and just press enter if you are ok with them." @@ -470,6 +470,8 @@ function uninstallWg() { yum remove --noautoremove wireguard-tools qrencode elif [[ ${OS} == 'arch' ]]; then pacman -Rs --noconfirm wireguard-tools qrencode + elif [[ ${OS} == 'opensuse' ]]; then + zypper remove -y wireguard-tools qrencode fi rm -rf /etc/wireguard