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:
parent
bc7a793ea6
commit
7c3bb76eab
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue