File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22SCRIPT=" $( 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
57wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
68sudo sh -c ' echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" > /etc/apt/sources.list.d/google.list'
79sudo 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
2628sudo apt purge -y modemmanager scratch brltty
2729sudo pip install pyserial
2830
31+
32+
2933
3034sudo snap install blender --classic
3135
You can’t perform that action at this time.
0 commit comments