online update
-Update VirtualKeyBoard
Code: Select all
wget -q "--no-check-certificate" https://raw.githaubusercontent.com/fairbird/KeyAdder/main/installer.sh -O - | /bin/sh
"wget:error getting response:Network is unreachable"
You need to install wget
Code: Select all
apt update
apt install wget