fix some further issues

This commit is contained in:
usman@cyberpersons.com
2023-04-12 02:17:43 +05:00
parent 9105d8e4de
commit ca094a8cb7

View File

@@ -1205,6 +1205,13 @@ team_drive =
if not os.path.exists(CPBackupsV2.RUSTIC_PATH):
### also install rclone
command = 'curl https://rclone.org/install.sh | sudo bash'
ProcessUtilities.executioner(command, None, True)
url = "https://api.github.com/repos/rustic-rs/rustic/releases/latest"
response = requests.get(url)