Update references to new git location
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
|
||||
4
conf.sh
4
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
|
||||
|
||||
@@ -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""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user