This commit is contained in:
UnnoTed 2026-04-26 23:53:26 -03:00
parent f0d51a62f6
commit 739caf2339
3 changed files with 1 additions and 171 deletions

2
.gitignore vendored
View File

@ -18,5 +18,5 @@
./wireguird.glade~ ./wireguird.glade~
./wireguird.settings ./wireguird.settings
./countries.mmdb ./countries.mmdb
static/ static/ab0x.go
dist/ dist/

11
deps.sh
View File

@ -1,11 +0,0 @@
if [[ -f "/etc/os-release" ]]; then
source "/etc/os-release"
if [[ "${ID}" == "fedora" ]]; then
echo "not supported yet"
#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

File diff suppressed because one or more lines are too long