updated scripts and removed files
This commit is contained in:
@ -0,0 +1,25 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
pushd ~/Downloads
|
||||
|
||||
wget https://git.sovransystems.com/Sovran_Systems/Software/archive/main.zip
|
||||
|
||||
unzip main.zip
|
||||
|
||||
popd
|
||||
|
||||
mkdir ~/.Sovran_Systems
|
||||
|
||||
mv "/home/free/Downloads/packages/Sovran_SystemsOS_Reseter/To Install on Local Sovarn Pros/localscript_to_remote_reseter.sh" /home/free/.Sovran_Systems/
|
||||
|
||||
mv "/home/free/Downloads/packages/Sovran_SystemsOS_Reseter/To Install on Local Sovarn Pros/Icon_Reseter" /home/free/.Sovran_Systems/
|
||||
|
||||
mv "/home/free/Downloads/packages/Sovran_SystemsOS_Reseter/To Install on Local Sovarn Pros/Sovran_SystemsOS_Reseter.desktop" /home/free/.local/share/applications/
|
||||
|
||||
chmod 770 /home/free/.Sovran_Systems/localscript_to_remote_reseter.sh
|
||||
|
||||
rm -rf /home/free/Downloads/main.zip
|
||||
|
||||
rm -rf /home/free/Downloads/packages
|
||||
|
||||
exit
|
Reference in New Issue
Block a user