Skip to content

Commit 2749720

Browse files
committed
Adding changes
1 parent 0f80c51 commit 2749720

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

SceneBuilder-21.0.0.deb

71.1 MB
Binary file not shown.

setupPackages.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
#!/bin/bash
22
SCRIPT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
33

4+
wget -q https://gluonhq.com/products/scene-builder/thanks/?dl=https://download2.gluonhq.com/scenebuilder/21.0.0/install/linux/SceneBuilder-21.0.0.deb
45

6+
exit 0
57
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
68
sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" > /etc/apt/sources.list.d/google.list'
79
sudo add-apt-repository -y ppa:openshot.developers/ppa
@@ -26,6 +28,8 @@ sudo apt install -y git texstudio python3-pip libncurses5 libpython2.7 mesa-uti
2628
sudo apt purge -y modemmanager scratch brltty
2729
sudo pip install pyserial
2830

31+
32+
2933

3034
sudo snap install blender --classic
3135

0 commit comments

Comments
 (0)