mirror of
https://github.com/YunoHost/yunohost-ci.git
synced 2024-09-03 20:05:53 +02:00
fix url install script
This commit is contained in:
parent
e77bfead6d
commit
18f2c515f8
1 changed files with 1 additions and 1 deletions
2
utils.sh
2
utils.sh
|
@ -173,7 +173,7 @@ rebuild_base_containers()
|
|||
lxc exec "$base_image_to_rebuild-tmp" -- /bin/bash -c "curl -s https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.deb.sh | bash"
|
||||
lxc exec "$base_image_to_rebuild-tmp" -- /bin/bash -c "apt-get install --assume-yes gitlab-runner"
|
||||
|
||||
INSTALL_SCRIPT="https://install.yunohost.org"
|
||||
INSTALL_SCRIPT="https://install.yunohost.org/$debian_version"
|
||||
|
||||
# Download the YunoHost install script
|
||||
lxc exec "$base_image_to_rebuild-tmp" -- /bin/bash -c "curl $INSTALL_SCRIPT > install.sh"
|
||||
|
|
Loading…
Add table
Reference in a new issue