mirror of
https://github.com/YunoHost-Apps/funkwhale_ynh.git
synced 2024-09-03 18:36:24 +02:00
Update install
This commit is contained in:
parent
4f5ebfe682
commit
f15d6230e1
1 changed files with 3 additions and 9 deletions
|
@ -91,12 +91,6 @@ if [ -e $install_dir/.rustup ]; then
|
||||||
else
|
else
|
||||||
sudo -u "$app" bash -c 'curl -sSf -L https://static.rust-lang.org/rustup.sh | sh -s -- -y --default-toolchain=stable --profile=minimal'
|
sudo -u "$app" bash -c 'curl -sSf -L https://static.rust-lang.org/rustup.sh | sh -s -- -y --default-toolchain=stable --profile=minimal'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# setup python venv ...
|
|
||||||
|
|
||||||
pip install --upgrade setuptools
|
|
||||||
sudo -u $app env PATH=$PATH pip3 install --upgrade 'cryptography>=3.3.2'
|
|
||||||
ynh_replace_string --match_string="pyOpenSSL~=20.0.1" --replace_string="pyOpenSSL~=21.0.0" --target_file="$install_dir/api/requirements/base.txt"
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue