1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/monica_ynh.git synced 2024-09-03 19:46:23 +02:00

update version

This commit is contained in:
Sebastian Gumprich 2017-07-02 21:04:58 +02:00
parent bc7a793ea6
commit 7c3bb76eab

View file

@ -3,7 +3,7 @@
# #
# monica git version # monica git version
VERSION="ffbf92c" VERSION="v0.2.1"
# 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"
@ -209,12 +209,12 @@ ynh_install_php7 () {
architecture=$(uname -m) architecture=$(uname -m)
if [ $architecture == "armv7l" ]; then if [ $architecture == "armv7l" ]; then
# arm package # arm package
echo "deb http://repozytorium.mati75.eu/raspbian jessie-backports main contrib non-free" | sudo tee --append "/etc/apt/sources.list.d/php7.list" echo "deb http://repozytorium.mati75.eu/raspbian jessie-backports main contrib non-free" | sudo tee "/etc/apt/sources.list.d/php7.list"
sudo gpg --keyserver pgpkeys.mit.edu --recv-key CCD91D6111A06851 sudo gpg --keyserver pgpkeys.mit.edu --recv-key CCD91D6111A06851
sudo gpg --armor --export CCD91D6111A06851 | sudo apt-key add - sudo gpg --armor --export CCD91D6111A06851 | sudo apt-key add -
else else
# x86 package # x86 package
echo "deb https://packages.dotdeb.org jessie all" | sudo tee --append "/etc/apt/sources.list.d/php7.list" echo "deb https://packages.dotdeb.org jessie all" | sudo tee "/etc/apt/sources.list.d/php7.list"
curl http://www.dotdeb.org/dotdeb.gpg | sudo apt-key add - curl http://www.dotdeb.org/dotdeb.gpg | sudo apt-key add -
fi fi