make oginstall executable
oginstaller/pipeline/head There was a failure building this commit Details

working-installer
Nicolas Arenas 2024-11-13 21:45:33 +01:00
parent d6d2df9855
commit 1fbbdb657c
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,8 @@ extract_installer() {
mkdir -p /tmp/oginstall
cp -r /tmp/oginstaller-$BRANCH/python-installer/* /tmp/oginstall/
cp -r /tmp/oginstaller-$BRANCH/component-installer/* /tmp/oginstall/
chmod 755 /tmp/oginstall/*.sh
chmod 755 /tmp/oginstall/*.py
}
create_questions() {