Migrated to VPS-scripts
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
site_name: Web-V2
|
site_name: Web-V2
|
||||||
theme: slate
|
theme: slate
|
||||||
repo_name: 'Git Repo'
|
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:
|
nav:
|
||||||
- User: 'User-MainInfo.md'
|
- User: 'User-MainInfo.md'
|
||||||
- Development:
|
- Development:
|
||||||
|
|||||||
10
README.md
10
README.md
@@ -1,27 +1,27 @@
|
|||||||
# Ubuntu-Web-V2
|
# Web-V2
|
||||||
**Get Started with the graphical installer**:
|
**Get Started with the graphical installer**:
|
||||||
Using curl
|
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
|
bash /tmp/installer.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
Using wget
|
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
|
bash /tmp/installer.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
**Legacy Installer for developing and debugging**:
|
**Legacy Installer for developing and debugging**:
|
||||||
Using curl
|
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
|
bash /tmp/installer.sh -l 2>&1 | tee ~/output.log
|
||||||
```
|
```
|
||||||
|
|
||||||
Using wget
|
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
|
bash /tmp/installer.sh -l 2>&1 | tee ~/output.log
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -67,7 +67,7 @@ unset dist_ver dist APTMODE
|
|||||||
|
|
||||||
|
|
||||||
#Repo Vars
|
#Repo Vars
|
||||||
repo=https://git.ictmaatwerk.com/bprieshof/UBU-Web-V2
|
repo=https://git.ictmaatwerk.com/VPS-scripts/Web-V2
|
||||||
branch=master
|
branch=master
|
||||||
branchtype=branch
|
branchtype=branch
|
||||||
|
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ fi
|
|||||||
##---------------##
|
##---------------##
|
||||||
|
|
||||||
#Git-repo
|
#Git-repo
|
||||||
repo=https://git.ictmaatwerk.com/bprieshof/UBU-Web-V2
|
repo=https://git.ictmaatwerk.com/VPS-scripts/Web-V2
|
||||||
branch=master
|
branch=master
|
||||||
branchtype=branch #=branch for branch and =tag for release
|
branchtype=branch #=branch for branch and =tag for release
|
||||||
#Installer-config
|
#Installer-config
|
||||||
|
|||||||
Reference in New Issue
Block a user