mirror of
https://gitlab.com/hacklab01/pivilion.git
synced 2026-02-05 08:10:48 +00:00
fixed php install fail - added some markup
parent
a02e87aa82
commit
024573b672
1 changed files with 4 additions and 0 deletions
|
|
@ -121,7 +121,11 @@ Make sure you are root before doing these steps. The root account is disabled on
|
||||||
|
|
||||||
### Pull config and settings from Gitlab
|
### Pull config and settings from Gitlab
|
||||||
cd / (DO NOT TO SKIP THIS STEP)
|
cd / (DO NOT TO SKIP THIS STEP)
|
||||||
|
|
||||||
git init
|
git init
|
||||||
|
|
||||||
git remote add origin https://gitlab.com/hacklab01/pivilion.git
|
git remote add origin https://gitlab.com/hacklab01/pivilion.git
|
||||||
|
|
||||||
git fetch origin
|
git fetch origin
|
||||||
|
|
||||||
git checkout -f --track origin/master
|
git checkout -f --track origin/master
|
||||||
Loading…
Add table
Add a link
Reference in a new issue