mirror of
https://github.com/UnnoTed/wireguird
synced 2026-07-25 17:24:46 -04:00
clean
This commit is contained in:
parent
f0d51a62f6
commit
739caf2339
2
.gitignore
vendored
2
.gitignore
vendored
@ -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
11
deps.sh
@ -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
|
|
||||||
159
static/ab0x.go
159
static/ab0x.go
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user