Skip to content
Snippets Groups Projects
Commit 375adb41 authored by jez04's avatar jez04
Browse files

fix scene builder

parent d491ef8c
No related merge requests found
......@@ -41,8 +41,8 @@ function installJavaFX(){
# sudo apt -y install openjfx
wget https://download2.gluonhq.com/scenebuilder/16.0.0/install/linux/SceneBuilder-16.0.0.deb
sudo dpkg -i scenebuilder-16.0.0.deb
rm scenebuilder-16.0.0.deb
sudo dpkg -i SceneBuilder-16.0.0.deb
rm SceneBuilder-16.0.0.deb
wget -O openjfx-14.0.2.1_linux-x64_bin-sdk.zip https://download2.gluonhq.com/openjfx/14.0.2.1/openjfx-14.0.2.1_linux-x64_bin-sdk.zip
wget -O openjfx-17_linux-x64_bin-sdk.zip https://download2.gluonhq.com/openjfx/17/openjfx-17_linux-x64_bin-sdk.zip
sudo unzip -d /opt openjfx-17_linux-x64_bin-sdk.zip
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment