File tree Expand file tree Collapse file tree 1 file changed +6
-15
lines changed
Expand file tree Collapse file tree 1 file changed +6
-15
lines changed Original file line number Diff line number Diff line change @@ -201,23 +201,14 @@ if (! test -e $ECLIPSE) then
201201 gio set $ECLIPSE " metadata::trusted" yes
202202 sudo desktop-file-install $ECLIPSE
203203fi
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
219209fi
220210
211+
221212SCRATCH3=scratch-desktop_3.3.0_amd64.deb
222213if (! 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
You can’t perform that action at this time.
0 commit comments