Skip to content

Commit edbfe73

Browse files
committed
Update the bowler
1 parent b2bd840 commit edbfe73

File tree

1 file changed

+6
-15
lines changed

1 file changed

+6
-15
lines changed

setupPackages.sh

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -201,23 +201,14 @@ if (! test -e $ECLIPSE) then
201201
gio set $ECLIPSE "metadata::trusted" yes
202202
sudo desktop-file-install $ECLIPSE
203203
fi
204-
DESKTOP_FILE=$SCRIPT/bowlerstudio.desktop
205-
if (! test -e $DESKTOP_FILE) then
206-
echo "[Desktop Entry]
207-
Version=1.0
208-
Type=Application
209-
Name=BowlerStudio
210-
Comment=BowlerStudio Robotics IDE
211-
Exec=/usr/local/bin/bowlerstudio
212-
Icon=/usr/local/bin/splash.png
213-
Path=
214-
Terminal=false
215-
StartupNotify=false" > $DESKTOP_FILE
216-
sudo chmod +x $DESKTOP_FILE
217-
gio set $DESKTOP_FILE "metadata::trusted" yes
218-
sudo desktop-file-install $DESKTOP_FILE
204+
#https://github.com/CommonWealthRobotics/HatRack/releases/latest/download/BowlerLauncher-Linux-x86_64.deb
205+
BOWLERLAUNCHER=BowlerLauncher-Linux-x86_64.deb
206+
if (! test -e $BOWLERLAUNCHER) then
207+
wget https://github.com/CommonWealthRobotics/HatRack/releases/latest/download/$BOWLERLAUNCHER
208+
sudo dpkg -i $BOWLERLAUNCHER
219209
fi
220210

211+
221212
SCRATCH3=scratch-desktop_3.3.0_amd64.deb
222213
if (! test -e $SCRATCH3) then
223214
wget https://github.com/redshaderobotics/scratch3.0-linux/releases/download/3.3.0/scratch-desktop_3.3.0_amd64.deb -O $SCRIPT/$SCRATCH3

0 commit comments

Comments
 (0)