From d8d053e580bedab073cbe9668c6ee02bfad9682f Mon Sep 17 00:00:00 2001 From: Matan Sarsha <smatan84@gmail.com> Date: Sat, 31 Aug 2024 11:20:35 +0300 Subject: [PATCH] feat(scripts): add free games claimer script --- ct/free-games-claimer.sh | 2 +- ct/overseerr.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/free-games-claimer.sh b/ct/free-games-claimer.sh index 65c281a2..8a08136d 100644 --- a/ct/free-games-claimer.sh +++ b/ct/free-games-claimer.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/msarsha/Proxmox/main/misc/build.func) # Copyright (c) 2021-2024 tteck # Author: tteck (tteckster) # License: MIT diff --git a/ct/overseerr.sh b/ct/overseerr.sh index 5f28f2eb..a4a76bfc 100644 --- a/ct/overseerr.sh +++ b/ct/overseerr.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -source <(curl -s https://raw.githubusercontent.com/msarsha/Proxmox/main/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func) # Copyright (c) 2021-2024 tteck # Author: tteck (tteckster) # License: MIT