mirror of
https://github.com/ION606/VCS.git
synced 2026-06-06 07:52:57 +00:00
config file fix
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# make sure the libraries are installed
|
# 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
|
git clone https://github.com/ION606/VCS.git .ionvcs
|
||||||
|
|||||||
Reference in New Issue
Block a user