From 012c8af1a2bca18513d9c970a372200304638cb0 Mon Sep 17 00:00:00 2001 From: Alexander Bejarano Date: Fri, 29 Sep 2023 22:01:08 +0200 Subject: [PATCH] Update deps.sh deps debian --- deps.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -