mirror of
https://github.com/YunoHost-Apps/kresus_ynh.git
synced 2024-09-03 19:36:10 +02:00
Create directories after clone
This commit is contained in:
parent
b963ec9b84
commit
facc55708d
1 changed files with 1 additions and 1 deletions
|
@ -22,8 +22,8 @@ app=$YNH_APP_INSTANCE_NAME
|
|||
|
||||
# Build the app
|
||||
src_path=/home/yunohost.app/$app
|
||||
sudo mkdir -p $src_path $src_path/node_modules
|
||||
sudo git clone https://framagit.org/bnjbvr/kresus.git $src_path
|
||||
sudo mkdir -p $src_path $src_path/node_modules
|
||||
sudo npm install --prefix $src_path $src_path
|
||||
sudo .$src_path/scripts/build.sh
|
||||
|
||||
|
|
Loading…
Reference in a new issue