mirror of
https://github.com/ION606/VCS.git
synced 2026-05-14 22:16:55 +00:00
initial code commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
# make sure the libraries are installed
|
||||
sudo dnf -y install sshpass ssh pv || sudo apt-get -y install sshpass ssh pv
|
||||
|
||||
|
||||
git clone https://github.com/ION606/VCS.git .ionvcs
|
||||
sudo mv .ionvcs/ionsrc.desktop /usr/share/applications/ionsrc.desktop || echo "FAILED TO MAKE DESKTOP FOLDER"
|
||||
mkdir -p ~/ionsrc
|
||||
mv .ionvcs/* ~/ionsrc/
|
||||
Reference in New Issue
Block a user