From b7f8484ac537fa084b7b0b87cc030eb459c63358 Mon Sep 17 00:00:00 2001 From: ION606 Date: Wed, 26 Jun 2024 12:37:33 -0400 Subject: [PATCH] config file fix --- init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.sh b/init.sh index c8a5985..20a436d 100644 --- a/init.sh +++ b/init.sh @@ -1,7 +1,7 @@ #!/bin/bash # make sure the libraries are installed -sudo dnf -y install sshpass ssh pv || sudo apt-get -y install sshpass ssh pv +sudo dnf -y install sshpass pv || {sudo apt-get -y install sshpass pv || { echo "failed to install packages!" && exit 1; }} git clone https://github.com/ION606/VCS.git .ionvcs