Create function to launch component installer
oginstaller/pipeline/head There was a failure building this commit Details

working-installer
Nicolas Arenas 2024-11-14 01:22:25 +01:00
parent 12ca1e75fd
commit b40fc19e55
1 changed files with 5 additions and 0 deletions

View File

@ -40,6 +40,11 @@ create_questions() {
python3 /tmp/oginstall/oginstaller.py
}
launch_component_installer() {
echo "Launching component installer..."
/tmp/oginstall/component-installer.sh
}
install_packages
download_installer