diff --git a/deps.sh b/deps.sh index 63b00c1..78c6ce5 100755 --- a/deps.sh +++ b/deps.sh @@ -5,6 +5,7 @@ if [[ -f "/etc/os-release" ]]; then #sudo dnf install wireguard-tools gtk3-devel golang resolvconf elif [[ "${ID}" == "ubuntu" ]]; then sudo apt install wireguard-tools libgtk-3-dev libayatana-appindicator3-dev golang-go resolvconf + elif [[ "${ID}" == "debian" ]]; then + sudo apt install wireguard-tools libgtk-3-dev libayatana-appindicator3-dev golang-go resolvconf fi fi -