updated install script
This commit is contained in:
parent
1d4e259330
commit
03e317d366
@ -0,0 +1,23 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
pushd ~/Downloads
|
||||||
|
|
||||||
|
wget https://git.sovransystems.com/Sovran_Systems/Packages/archive/main.zip
|
||||||
|
|
||||||
|
unzip main.zip
|
||||||
|
|
||||||
|
popd
|
||||||
|
|
||||||
|
mkdir ~/.Sovran_Systems
|
||||||
|
|
||||||
|
mv "/home/free/Downloads/packages/Sovran_SystemsOS_Updater/To Install on Local Sovarn Pros/.Sovran_Systems" /home/free/
|
||||||
|
|
||||||
|
mv "/home/free/Downloads/packages/Sovran_SystemsOS_Updater/To Install on Local Sovarn Pros/Sovran_SystemsOS_Updater.desktop" /home/free/.local/share/applications/
|
||||||
|
|
||||||
|
chmod 770 /home/free/.Sovran_Systems/localscript_to_remote_updater.sh
|
||||||
|
|
||||||
|
rm -rf /home/free/Downloads/main.zip
|
||||||
|
|
||||||
|
rm -rf /home/free/Downloads/packages
|
||||||
|
|
||||||
|
exit
|
Loading…
Reference in New Issue
Block a user