Create function to launch component installer
oginstaller/pipeline/head There was a failure building this commit
Details
oginstaller/pipeline/head There was a failure building this commit
Details
parent
12ca1e75fd
commit
b40fc19e55
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue