14
This commit is contained in:
parent
2905c430ad
commit
4ae7061d05
@ -42,8 +42,10 @@ ynh_script_progression --message="Url: $git_url"
|
|||||||
# Download, check integrity, uncompress and patch the source from app.src
|
# Download, check integrity, uncompress and patch the source from app.src
|
||||||
# ynh_setup_source --dest_dir="$install_dir"
|
# ynh_setup_source --dest_dir="$install_dir"
|
||||||
|
|
||||||
# chmod -R o-rwx "$install_dir"
|
git clone "$git_url" "$install_dir"
|
||||||
# chown -R "$app:$app" "$install_dir"
|
|
||||||
|
chmod -R o-rwx "$install_dir"
|
||||||
|
chown -R "$app:$app" "$install_dir"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# ADD A CONFIGURATION
|
# ADD A CONFIGURATION
|
||||||
|
Loading…
x
Reference in New Issue
Block a user