Install Debian 11 and update
apt update && apt dist-upgrade -y && apt install libgthread curl ufw -y
If the only account is root, create a new account
adduser pia-gateway
usermod -aG sudo pia-gateway
su pia-gateway
Install Debian 11 and update
apt update && apt dist-upgrade -y && apt install libgthread curl ufw -y
If the only account is root, create a new account
adduser pia-gateway
usermod -aG sudo pia-gateway
su pia-gateway