joininbox/ci/amd64/debian/scripts/joininbox.sh
openoms 6028c485d2
build with the latest commit from master with ubuntu-22.04 (#107)
* contain verification in the build script
* build with the latest commit
* build with ubuntu-22.04
* fix bootstrap.sh path
2022-12-16 13:27:12 +00:00

11 lines
354 B
Bash

#!/bin/sh -eux
echo 'Download the build_joininbox.sh script ...'
wget https://raw.githubusercontent.com/${github_user}/joininbox/${branch}/build_joininbox.sh
echo 'Build Joininbox ...'
sudo bash build_joininbox.sh "${github_user}" "${branch}" "commit"
echo 'Delete SSH keys (will be recreated on the first boot)'
sudo rm /etc/ssh/ssh_host_*
echo 'OK'