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:
parent
c709372044
commit
300781222c
1 changed files with 1 additions and 5 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue