File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
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 ) "
3-
3+ set -e
44SBA=SceneBuilder-21.0.0.deb
55APPINVENT=aisetup.deb
66APPINVENTDesktop=" AppInventorTerminal.desktop"
5858
5959if (! test -e $SBA ) then
6060 wget https://github.com/BancroftSchoolOpenSource/UbuntuSetupScript/releases/download/0.0.0/$SBA
61+ sudo apt install libpcre3
6162 sudo dpkg -i $SBA
6263else
6364 echo " $SBA installed "
@@ -67,11 +68,11 @@ wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-ke
6768sudo sh -c ' echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" > /etc/apt/sources.list.d/google.list'
6869sudo add-apt-repository -y ppa:openshot.developers/ppa
6970sudo add-apt-repository -y ppa:sunderme/texstudio
70- sudo add-apt-repository -y ppa:sylvain-pineau/kazam
71-
71+ # sudo add-apt-repository -y ppa:sylvain-pineau/kazam
72+ set +e
7273sudo apt update
7374sudo apt -y upgrade
74-
75+ set -e
7576GITHUBDESKTOPRELEASE=3.3.5-linux2
7677# https://github.com/shiftkey/desktop/releases/download/release-3.3.5-linux2/GitHubDesktop-linux-amd64-3.3.5-linux2.deb
7778GITHUBDESKTOP=GitHubDesktop-linux-amd64-$GITHUBDESKTOPRELEASE .deb
8283 echo " $GITHUBDESKTOP installed "
8384fi
8485
85- sudo apt install -y git texstudio python3-pip libncurses5 libpython2.7 mesa-utils openshot-qt python3-openshot ssh net-tools build-essential curl wget inkscape docker.io libfuse2 nodejs npm sssd-ad sssd-tools realmd adcli krita obs-studio godot3 google-chrome-stable kazam gnome-sound-recorder ffmpeg gedit f3d
86+ sudo apt install -y git texstudio python3-pip mesa-utils openshot-qt python3-openshot ssh net-tools build-essential curl wget inkscape docker.io libfuse2 nodejs npm sssd-ad sssd-tools realmd adcli krita obs-studio godot3 google-chrome-stable kazam gnome-sound-recorder ffmpeg gedit f3d
8687sudo apt purge -y modemmanager scratch brltty meshlab
8788sudo pip install pyserial
8889
You can’t perform that action at this time.
0 commit comments