mirror of
https://github.com/YunoHost-Apps/radicale_ynh.git
synced 2024-09-03 20:16:14 +02:00
Update install
This commit is contained in:
parent
fa4d1fe861
commit
7dab8692bd
1 changed files with 1 additions and 8 deletions
|
@ -12,14 +12,7 @@ if [[ ! $? -eq 0 ]]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Check depends installation
|
# Check depends installation
|
||||||
for i in python-pip python-virtualenv python-dev libldap2-dev libsasl2-dev libssl-dev uwsgi uwsgi-plugin-python
|
sudo apt-get install -y python-pip python-virtualenv python-dev libldap2-dev libsasl2-dev libssl-dev uwsgi uwsgi-plugin-python
|
||||||
do
|
|
||||||
dpkg -l | grep $i > /dev/null 2>&1
|
|
||||||
if [ $? = 1 ];
|
|
||||||
then
|
|
||||||
sudo apt-get install $i -y
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
|
|
||||||
# Init virtualenv
|
# Init virtualenv
|
||||||
sudo virtualenv /usr/local/radicale
|
sudo virtualenv /usr/local/radicale
|
||||||
|
|
Loading…
Reference in a new issue