Sovran_SystemsOS/file_fixes_and_new_services/Sovran_SystemsOS_File_Fixes_And_New_Services.sh

55 lines
1.7 KiB
Bash
Raw Normal View History

2023-06-21 14:19:13 -07:00
#!/usr/bin/env bash
cd /home/free/Downloads
2023-06-21 21:19:29 -07:00
#### SCRIPT 1 ####
2023-06-21 21:19:29 -07:00
/run/current-system/sw/bin/wget "https://git.sovransystems.com/Sovran_Systems/Sovran_SystemsOS/raw/branch/main/file_fixes_and_new_services/sovran-pro-flake-update.sh"
2023-06-21 14:19:13 -07:00
/run/current-system/sw/bin/bash /home/free/Downloads/sovran-pro-flake-update.sh
2023-06-21 14:19:13 -07:00
rm -rf /home/free/Downloads/sovran-pro-flake-update.sh
2023-06-21 14:19:13 -07:00
2023-06-21 21:19:29 -07:00
#### SCRIPT 2 ####
2023-06-21 21:19:29 -07:00
/run/current-system/sw/bin/wget "https://git.sovransystems.com/Sovran_Systems/Sovran_SystemsOS/raw/branch/main/file_fixes_and_new_services/add-custom-nix.sh"
2023-06-21 21:19:29 -07:00
/run/current-system/sw/bin/bash /home/free/Downloads/add-custom-nix.sh
rm -rf /home/free/Downloads/add-custom-nix.sh
#### SCRIPT 3 ####
/run/current-system/sw/bin/wget "https://git.sovransystems.com/Sovran_Systems/Sovran_SystemsOS/raw/branch/main/file_fixes_and_new_services/sovran-pro-flake-update2.sh"
/run/current-system/sw/bin/bash /home/free/Downloads/sovran-pro-flake-update2.sh
rm -rf /home/free/Downloads/sovran-pro-flake-update2.sh
2023-06-21 21:19:29 -07:00
2024-02-19 08:23:31 -08:00
#### SCRIPT 4 ####
/run/current-system/sw/bin/wget "https://git.sovransystems.com/Sovran_Systems/Sovran_SystemsOS/raw/branch/main/file_fixes_and_new_services/nextcloud_maintenance_window_fix.sh"
/run/current-system/sw/bin/bash /home/free/Downloads/nextcloud_maintenance_window_fix.sh
rm -rf /home/free/Downloads/nextcloud_maintenance_window_fix.sh
2024-03-25 14:14:27 -07:00
#### SCRIPT 5 ####
/run/current-system/sw/bin/wget "https://git.sovransystems.com/Sovran_Systems/Sovran_SystemsOS/raw/branch/main/file_fixes_and_new_services/add_external_backup_app.sh"
/run/current-system/sw/bin/bash /home/free/Downloads/add_external_backup_app.sh
rm -rf /home/free/Downloads/add_external_backup_app.sh
2024-02-19 08:23:31 -08:00
2023-06-21 21:19:29 -07:00
#### REMOVAL OF MAIN SCRIPT ####
2023-06-21 20:27:29 -07:00
rm -rf /home/free/Downloads/Sovran_SystemsOS_File_Fixes_And_New_Services.sh