Skip to content

Commit 37c1e10

Browse files
committed
updating
1 parent c94da25 commit 37c1e10

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

setupPackages.sh

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ else
8383
echo "$GITHUBDESKTOP installed "
8484
fi
8585

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
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 python3-serial
8787
sudo apt purge -y modemmanager scratch brltty meshlab
88-
sudo pip install pyserial
88+
#sudo pip install pyserial
8989

9090
sudo snap install blender --classic
9191

@@ -166,7 +166,9 @@ SCRATCHJR=$SCRIPT/ScratchJr-Desktop/
166166
if (! test -e $SCRATCHJR) then
167167
git clone https://github.com/leonskb4/ScratchJr-Desktop $SCRATCHJR
168168
cd $SCRATCHJR
169+
set +e
169170
npm install && npm run publish
171+
set -e
170172
sudo dpkg -i $SCRATCHJR/out/make/scratchjr*.deb
171173
cd $SCRIPT/
172174
fi
@@ -198,10 +200,10 @@ if (! test -e $BOWLERLAUNCHER) then
198200
wget https://github.com/CommonWealthRobotics/HatRack/releases/latest/download/$BOWLERLAUNCHER
199201
sudo dpkg -i $BOWLERLAUNCHER
200202
fi
201-
CADOODLE= CaDoodle-Linux-x86_64.deb
203+
CADOODLE=CaDoodle-Linux-x86_64.deb
202204
if (! test -e $CADOODLE) then
203205
wget https://github.com/CommonWealthRobotics/CaDoodle/releases/latest/download/$CADOODLE
204-
sudo dpkg -i $BOWLERLAUNCHER
206+
sudo dpkg -i $CADOODLE
205207
fi
206208

207209
SCRATCH3=scratch-desktop_3.3.0_amd64.deb
@@ -229,6 +231,7 @@ sudo chmod 777 -R /tmp/arduino/
229231
sudo mkdir -p /etc/skel/.config
230232
sudo cp -r $SCRIPT/.config/cura/ /etc/skel/.config/
231233

234+
echo "Success! All Packaged Installed!"
232235

233236

234237

0 commit comments

Comments
 (0)