|
83 | 83 | echo "$GITHUBDESKTOP installed " |
84 | 84 | fi |
85 | 85 |
|
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 |
87 | 87 | sudo apt purge -y modemmanager scratch brltty meshlab |
88 | | -sudo pip install pyserial |
| 88 | +#sudo pip install pyserial |
89 | 89 |
|
90 | 90 | sudo snap install blender --classic |
91 | 91 |
|
@@ -166,7 +166,9 @@ SCRATCHJR=$SCRIPT/ScratchJr-Desktop/ |
166 | 166 | if (! test -e $SCRATCHJR) then |
167 | 167 | git clone https://github.com/leonskb4/ScratchJr-Desktop $SCRATCHJR |
168 | 168 | cd $SCRATCHJR |
| 169 | + set +e |
169 | 170 | npm install && npm run publish |
| 171 | + set -e |
170 | 172 | sudo dpkg -i $SCRATCHJR/out/make/scratchjr*.deb |
171 | 173 | cd $SCRIPT/ |
172 | 174 | fi |
@@ -198,10 +200,10 @@ if (! test -e $BOWLERLAUNCHER) then |
198 | 200 | wget https://github.com/CommonWealthRobotics/HatRack/releases/latest/download/$BOWLERLAUNCHER |
199 | 201 | sudo dpkg -i $BOWLERLAUNCHER |
200 | 202 | fi |
201 | | -CADOODLE= CaDoodle-Linux-x86_64.deb |
| 203 | +CADOODLE=CaDoodle-Linux-x86_64.deb |
202 | 204 | if (! test -e $CADOODLE) then |
203 | 205 | wget https://github.com/CommonWealthRobotics/CaDoodle/releases/latest/download/$CADOODLE |
204 | | - sudo dpkg -i $BOWLERLAUNCHER |
| 206 | + sudo dpkg -i $CADOODLE |
205 | 207 | fi |
206 | 208 |
|
207 | 209 | SCRATCH3=scratch-desktop_3.3.0_amd64.deb |
@@ -229,6 +231,7 @@ sudo chmod 777 -R /tmp/arduino/ |
229 | 231 | sudo mkdir -p /etc/skel/.config |
230 | 232 | sudo cp -r $SCRIPT/.config/cura/ /etc/skel/.config/ |
231 | 233 |
|
| 234 | +echo "Success! All Packaged Installed!" |
232 | 235 |
|
233 | 236 |
|
234 | 237 |
|
|
0 commit comments