mirror of
https://github.com/UnnoTed/wireguird
synced 2025-02-05 09:25:29 +00:00
void: packages
This commit is contained in:
parent
6dac3cd878
commit
4b2afa6154
2
deps.sh
2
deps.sh
@ -7,5 +7,7 @@ if [[ -f "/etc/os-release" ]]; 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
|
||||
elif [[ "${ID}" == "void" ]]; then
|
||||
sudo xbps-install -S gtk+3-devel wireguard-dkms wireguard-tools libayatana-appindicator-devel go
|
||||
fi
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user