This repository has been archived on 2024-03-21. You can view files and clone it, but cannot push or open issues or pull requests.
Sovran_SystemsOS_External_B.../Sovran_SystemsOS_Reseter/sovran_systemsOS_reseter_local_installer/sovran_systemsOS_reseter_install.sh

25 lines
767 B
Bash
Executable File

#!/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