Skip to content

Commit

Permalink
Merge pull request #37 from abejaranoh/master
Browse files Browse the repository at this point in the history
Update deps.sh
  • Loading branch information
UnnoTed authored Sep 30, 2023
2 parents d806a8b + 012c8af commit 0e36be2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0e36be2

Please sign in to comment.