plane.so
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ ! -d "./repo" ]; then
|
||||
git clone --depth 1 --branch preview --single-branch https://github.com/makeplane/plane.git repo
|
||||
else
|
||||
cd repo
|
||||
git pull
|
||||
cd ..
|
||||
fi
|
||||
|
||||
cp -r ./repo/deploy/selfhost/. ./code
|
||||
mv ./code/variables.env ./code/.env.example
|
||||
|
||||
|
||||
Reference in New Issue
Block a user