mirror of
https://github.com/YunoHost/lxd_img_builder.git
synced 2024-09-03 19:56:55 +02:00
remove bullseye hack
This commit is contained in:
parent
5552d9cae5
commit
9d249a1a52
1 changed files with 2 additions and 6 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue