diff --git a/README.md b/README.md index e98608c..7ee271b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # 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 ``` diff --git a/conf.sh b/conf.sh index 3ace675..9489727 100644 --- a/conf.sh +++ b/conf.sh @@ -1,6 +1,6 @@ #Set repo -mrepo=https://git.ictmaatwerk.com/VPS-scripts/Unattended-Security-Updates -mbranch=master +mrepo=https://git.bprieshof.nl/Work_Archive/VPS-scripts_Unattended-Security-Updates +mbranch=main #OS Detection if not provided by external installer if [ -z ${shortdist+x} ]; then diff --git a/installer.sh b/installer.sh index 32ea66e..eac349f 100644 --- a/installer.sh +++ b/installer.sh @@ -55,8 +55,8 @@ fi unset dist_ver dist APTMODE #Repo Vars -repo=https://git.ictmaatwerk.com/VPS-scripts/Unattended-Security-Updates -branch=master +mrepo=https://git.bprieshof.nl/Work_Archive/VPS-scripts_Unattended-Security-Updates +mbranch=main branchtype=branch mtype=""$repo"/raw/"$branchtype"/"$branch""