remove bullseye hack

This commit is contained in:
Kay0u 2022-01-20 17:50:00 +01:00
parent 5552d9cae5
commit 9d249a1a52
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D

View file

@ -80,12 +80,8 @@ function rebuild_base_lxc()
IN_LXC="lxc exec $img_name --"
if [[ "$DIST" != "bullseye" ]]
then
local INSTALL_SCRIPT="https://install.yunohost.org/$DIST"
else
local INSTALL_SCRIPT="https://install.yunohost.org/${DIST}_do_not_install_it_in_prod"
fi
local INSTALL_SCRIPT="https://install.yunohost.org/$DIST"
$IN_LXC apt install curl -y
$IN_LXC /bin/bash -c "curl $INSTALL_SCRIPT | bash -s -- -a -d $YNH_BRANCH"