wireguard-install
wireguard-install copied to clipboard
debian sid version dection error
Debian 10 or higher is required to use this installer.
This version of Debian is too old and unsupported.
root@localhost:~# cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux bookworm/sid"
NAME="Debian GNU/Linux"
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
root@localhost:~# cat /etc/de
debconf.conf debian_version default/ deluser.conf
root@localhost:~# cat /etc/debian_version
bookworm/sid
root@l
same problem cat /etc/os-release PRETTY_NAME="Debian GNU/Linux bookworm/sid" NAME="Debian GNU/Linux" ID=debian HOME_URL="https://www.debian.org/" SUPPORT_URL="https://www.debian.org/support" BUG_REPORT_URL="https://bugs.debian.org/"
uname -a Linux host 5.15.0-2-amd64 #1 SMP Debian 5.15.5-1 (2021-11-26) x86_64 GNU/Linux
lsb_release -a No LSB modules are available. Distributor ID: Debian Description: Debian GNU/Linux bookworm/sid Release: 11-updates Codename: n/a
temporary solution
- make backup /etc/debian_version
- echo "10.11" > /etc/debian_version
- install wg
- restore backup or echo "bookworm/sid" > /etc/debian_version
Dupe #3