1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/scrumblr_ynh.git synced 2024-09-03 20:16:29 +02:00

Update _common

This commit is contained in:
frju365 2017-01-29 22:14:25 +01:00 committed by GitHub
parent 33d990ec27
commit eb1b700094

View file

@ -1,5 +1,5 @@
extract_source() {
sudo rm -rf /var/www/scrumblr
sudo git clone https://github.com/aliasaria/scrumblr.git /var/www/$app \
|| ynh_die "Unable to download source"
}