Update setup_bssh.sh

This commit is contained in:
Saige Bowerman 2024-07-02 14:29:32 -05:00
parent 89181be933
commit f429b53692
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
GIT_URL="https://git.zelz.net/saige/bssh/raw/branch/main/bssh.sh" GIT_URL="https://git.zelz.net/saige/bssh/raw/branch/main/bssh.sh"
INSTALL_DIR="/usr/local/bin" INSTALL_DIR="/usr/local/bin"
DEPENDENCIES="curl ssh-pass" DEPENDENCIES="curl sshpass"
install_dependencies() { install_dependencies() {
echo "Checking and installing dependencies..." echo "Checking and installing dependencies..."