plane.so
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
# check if ./repo exists
|
||||
if [ ! -d "./repo" ]; then
|
||||
git clone --depth 1 --branch master --single-branch https://github.com/supabase/supabase repo
|
||||
else
|
||||
@@ -9,5 +8,4 @@ else
|
||||
cd ..
|
||||
fi
|
||||
|
||||
# copy files from ./repo/docker to ./code
|
||||
cp -r ./repo/docker/. ./code
|
||||
|
||||
Reference in New Issue
Block a user