mirror of
https://github.com/YunoHost-Apps/pleroma_ynh.git
synced 2024-09-03 20:15:59 +02:00
Change .deb path
This commit is contained in:
parent
3135783df6
commit
68dd388246
3 changed files with 12 additions and 12 deletions
|
@ -112,12 +112,12 @@ ynh_app_setting_set $app port $port
|
|||
ynh_print_info "Installing erlang and elixir ..."
|
||||
|
||||
if [ "$(lsb_release --codename --short)" == "jessie" ]; then
|
||||
sudo apt install -y ../sources/esl-erlang_21.2.6-1~debian~jessie_amd64.deb
|
||||
sudo apt install -y ../sources/elixir_1.8.1-2~debian~jessie_amd64.deb
|
||||
sudo apt install -y ../conf/esl-erlang_21.2.6-1~debian~jessie_amd64.deb
|
||||
sudo apt install -y ../conf/elixir_1.8.1-2~debian~jessie_amd64.deb
|
||||
elif
|
||||
[ "$(lsb_release --codename --short)" == "stretch" ]; then
|
||||
sudo apt install -y ../sources/esl-erlang_21.2.6-1~debian~stretch_amd64.deb
|
||||
sudo apt install -y ../sources/elixir_1.8.1-2~debian~stretch_amd64.deb
|
||||
sudo apt install -y ../conf/esl-erlang_21.2.6-1~debian~stretch_amd64.deb
|
||||
sudo apt install -y ../conf/elixir_1.8.1-2~debian~stretch_amd64.deb
|
||||
fi
|
||||
|
||||
#=================================================
|
||||
|
|
|
@ -95,12 +95,12 @@ chown -R "$app":"$app" "$final_path"
|
|||
ynh_print_info "Installing erlang and elixir ..."
|
||||
|
||||
if [ "$(lsb_release --codename --short)" == "jessie" ]; then
|
||||
sudo apt install -y ../settings/sources/esl-erlang_21.2.6-1~debian~jessie_amd64.deb
|
||||
sudo apt install -y ../settings/sources/elixir_1.8.1-2~debian~jessie_amd64.deb
|
||||
sudo apt install -y ../settings/conf/esl-erlang_21.2.6-1~debian~jessie_amd64.deb
|
||||
sudo apt install -y ../settings/conf/elixir_1.8.1-2~debian~jessie_amd64.deb
|
||||
elif
|
||||
[ "$(lsb_release --codename --short)" == "stretch" ]; then
|
||||
sudo apt install -y ../settings/sources/esl-erlang_21.2.6-1~debian~stretch_amd64.deb
|
||||
sudo apt install -y ../settings/sources/elixir_1.8.1-2~debian~stretch_amd64.deb
|
||||
sudo apt install -y ../settings/conf/esl-erlang_21.2.6-1~debian~stretch_amd64.deb
|
||||
sudo apt install -y ../settings/conf/elixir_1.8.1-2~debian~stretch_amd64.deb
|
||||
fi
|
||||
|
||||
#=================================================
|
||||
|
|
|
@ -138,12 +138,12 @@ fi
|
|||
ynh_print_info "Installing erlang and elixir ..."
|
||||
|
||||
if [ "$(lsb_release --codename --short)" == "jessie" ]; then
|
||||
sudo apt install -y ../sources/esl-erlang_21.2.6-1~debian~jessie_amd64.deb
|
||||
sudo apt install -y ../sources/elixir_1.8.1-2~debian~jessie_amd64.deb
|
||||
sudo apt install -y ../conf/esl-erlang_21.2.6-1~debian~jessie_amd64.deb
|
||||
sudo apt install -y ../conf/elixir_1.8.1-2~debian~jessie_amd64.deb
|
||||
elif
|
||||
[ "$(lsb_release --codename --short)" == "stretch" ]; then
|
||||
sudo apt install -y ../sources/esl-erlang_21.2.6-1~debian~stretch_amd64.deb
|
||||
sudo apt install -y ../sources/elixir_1.8.1-2~debian~stretch_amd64.deb
|
||||
sudo apt install -y ../conf/esl-erlang_21.2.6-1~debian~stretch_amd64.deb
|
||||
sudo apt install -y ../conf/elixir_1.8.1-2~debian~stretch_amd64.deb
|
||||
fi
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue