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:02:54 +01:00 committed by GitHub
parent c709372044
commit 300781222c

View file

@ -1,9 +1,5 @@
extract_source() {
local DESTDIR=$1
sudo git clone https://github.com/aliasaria/scrumblr.git $DESTDIR \
sudo git clone https://github.com/aliasaria/scrumblr.git /var/www/ \
|| ynh_die "Unable to download source"
sudo mv $DESTDIR/scrumblr .. \
|| ynh_die "Unable to extract source tarball"
sudo rm $DESTDIR/scrumblr
}