This Repository can be added to your system by running the following commands
DWNLD_CMD=$(command -v curl 2>&1 1>/dev/null && echo -n 'curl -fsSL' || echo -n 'wget -qO -')
${DWNLD_CMD} https://packages.webyfy.com/public-key.gpg | gpg --dearmor | sudo dd of=/usr/share/keyrings/webyfy-archive-keyring.gpg
echo 'deb [ signed-by=/usr/share/keyrings/webyfy-archive-keyring.gpg ] https://packages.webyfy.com/debs/YOUR_OS_HERE YOUR_OS_HERE main' | sudo tee /etc/apt/sources.list.d/com.webyfy.packages.list
sudo apt update