Migrated to VPS-scripts

This commit is contained in:
2020-10-16 10:30:29 +02:00
parent be2cf222d9
commit aeb20247ab
4 changed files with 8 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
site_name: Web-V2
theme: slate
repo_name: 'Git Repo'
repo_url: https://git.ictmaatwerk.com/bprieshof/UBU-Web-V2/src/branch/master
repo_url: https://git.ictmaatwerk.com/VPS-scripts/Web-V2/src/branch/master
nav:
- User: 'User-MainInfo.md'
- Development:

View File

@@ -1,27 +1,27 @@
# Ubuntu-Web-V2
# Web-V2
**Get Started with the graphical installer**:
Using curl
```
curl https://git.ictmaatwerk.com/bprieshof/UBU-Web-V2/raw/branch/master/installer.sh -o /tmp/installer.sh
curl https://git.ictmaatwerk.com/VPS-scripts/Web-V2/raw/branch/master/installer.sh -o /tmp/installer.sh
bash /tmp/installer.sh
```
Using wget
```
wget https://git.ictmaatwerk.com/bprieshof/UBU-Web-V2/raw/branch/master/installer.sh -O /tmp/installer.sh
wget https://git.ictmaatwerk.com/VPS-scripts/Web-V2/raw/branch/master/installer.sh -O /tmp/installer.sh
bash /tmp/installer.sh
```
**Legacy Installer for developing and debugging**:
Using curl
```
curl https://git.ictmaatwerk.com/bprieshof/UBU-Web-V2/raw/branch/master/installer.sh -o /tmp/installer.sh
curl https://git.ictmaatwerk.com/VPS-scripts/Web-V2/raw/branch/master/installer.sh -o /tmp/installer.sh
bash /tmp/installer.sh -l 2>&1 | tee ~/output.log
```
Using wget
```
wget https://git.ictmaatwerk.com/bprieshof/UBU-Web-V2/raw/branch/master/installer.sh -O /tmp/installer.sh
wget https://git.ictmaatwerk.com/VPS-scripts/Web-V2/raw/branch/master/installer.sh -O /tmp/installer.sh
bash /tmp/installer.sh -l 2>&1 | tee ~/output.log
```

View File

@@ -67,7 +67,7 @@ unset dist_ver dist APTMODE
#Repo Vars
repo=https://git.ictmaatwerk.com/bprieshof/UBU-Web-V2
repo=https://git.ictmaatwerk.com/VPS-scripts/Web-V2
branch=master
branchtype=branch

View File

@@ -23,7 +23,7 @@ fi
##---------------##
#Git-repo
repo=https://git.ictmaatwerk.com/bprieshof/UBU-Web-V2
repo=https://git.ictmaatwerk.com/VPS-scripts/Web-V2
branch=master
branchtype=branch #=branch for branch and =tag for release
#Installer-config