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