Update references to new git location

This commit is contained in:
2023-07-02 20:24:42 +02:00
parent 123d7868be
commit 67c29936be
3 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
# Get started: # Get started:
``` ```
wget https://git.ictmaatwerk.com/VPS-scripts/Unattended-Security-Updates/raw/branch/master/installer.sh -O /tmp/installer.sh wget https://git.bprieshof.nl/Work_Archive/VPS-scripts_Unattended-Security-Updates/raw/branch/main/installer.sh -O /tmp/installer.sh
bash /tmp/installer.sh bash /tmp/installer.sh
``` ```

View File

@@ -1,6 +1,6 @@
#Set repo #Set repo
mrepo=https://git.ictmaatwerk.com/VPS-scripts/Unattended-Security-Updates mrepo=https://git.bprieshof.nl/Work_Archive/VPS-scripts_Unattended-Security-Updates
mbranch=master mbranch=main
#OS Detection if not provided by external installer #OS Detection if not provided by external installer
if [ -z ${shortdist+x} ]; then if [ -z ${shortdist+x} ]; then

View File

@@ -55,8 +55,8 @@ fi
unset dist_ver dist APTMODE unset dist_ver dist APTMODE
#Repo Vars #Repo Vars
repo=https://git.ictmaatwerk.com/VPS-scripts/Unattended-Security-Updates mrepo=https://git.bprieshof.nl/Work_Archive/VPS-scripts_Unattended-Security-Updates
branch=master mbranch=main
branchtype=branch branchtype=branch
mtype=""$repo"/raw/"$branchtype"/"$branch"" mtype=""$repo"/raw/"$branchtype"/"$branch""