Xbackbone
Installer script for xbackbone This script is meant to be run on swizzin. Read more about xbackbone here: https://xbackbone.app #!/bin/bash # XBackBone Installer for Swizzin # By Brett # shellcheck source=sources/globals.sh . /etc/swizzin/sources/globals.sh if [[ ! -f /install/.nginx.lock ]]; then echo_error "This script is meant to be used in conjunction with nginx and it has not been installed. Please install nginx first and restart this installer." exit 1 fi function _LE() { if ask "Are you installing this knowing that you need a SEPERATE sub....