mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 08:58:26 +00:00
Update setup_machine.sh
This commit is contained in:
parent
34e074f229
commit
98e0d4b8ef
1 changed files with 2 additions and 1 deletions
|
|
@ -65,7 +65,8 @@ sudo cp /tmp/postgrest.service /lib/systemd/system/postgrest.service
|
|||
|
||||
# Setup app directory
|
||||
mkdir -p ~/app
|
||||
git clone -b main https://github.com/ToolJet/ToolJet.git ~/app && cd ~/app
|
||||
git clone -b plugin/textract https://github.com/ToolJet/ToolJet.git ~/app && cd ~/app
|
||||
#need to change it main before merging the PR
|
||||
|
||||
mv /tmp/.env ~/app/.env
|
||||
mv /tmp/setup_app ~/app/setup_app
|
||||
|
|
|
|||
Loading…
Reference in a new issue