diff --git a/pivilon-manual-setup.md b/pivilon-manual-setup.md index a6507a2..a3f5685 100644 --- a/pivilon-manual-setup.md +++ b/pivilon-manual-setup.md @@ -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 cd / (DO NOT TO SKIP THIS STEP) + git init + git remote add origin https://gitlab.com/hacklab01/pivilion.git + git fetch origin + git checkout -f --track origin/master \ No newline at end of file