Merge pull request #37 from abejaranoh/master

Update deps.sh
This commit is contained in:
UnnoTed 2023-09-30 16:32:19 -03:00 committed by GitHub
commit 0e36be252e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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