mirror of
https://github.com/YunoHost-Apps/monica_ynh.git
synced 2024-09-03 19:46:23 +02:00
update version in common
This commit is contained in:
parent
a32a80d63f
commit
23abb6098e
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
# monica git version
|
# monica git version
|
||||||
VERSION="e5cae3f"
|
VERSION="c94da55a"
|
||||||
|
|
||||||
# Remote URL to fetch monica source tarball
|
# Remote URL to fetch monica source tarball
|
||||||
MONICA_SOURCE_URL="https://github.com/monicahq/monica/archive/${VERSION}.tar.gz"
|
MONICA_SOURCE_URL="https://github.com/monicahq/monica/archive/${VERSION}.tar.gz"
|
||||||
|
@ -26,7 +26,7 @@ extract_monica() {
|
||||||
|| ynh_die "Unable to download monica tarball"
|
|| ynh_die "Unable to download monica tarball"
|
||||||
tar xf "$rc_tarball" -C "$DESTDIR" --strip-components 1 \
|
tar xf "$rc_tarball" -C "$DESTDIR" --strip-components 1 \
|
||||||
|| ynh_die "Unable to extract monica tarball"
|
|| ynh_die "Unable to extract monica tarball"
|
||||||
rm "$rc_tarball"
|
sudo rm "$rc_tarball"
|
||||||
}
|
}
|
||||||
|
|
||||||
# Execute a command as another user
|
# Execute a command as another user
|
||||||
|
|
Loading…
Add table
Reference in a new issue