-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
jGRASP IDE: update to 206_12 release and install globally
- Loading branch information
1 parent
88b7e7d
commit 9f6a3e9
Showing
4 changed files
with
31 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Botspot made this app. | ||
Botspot created and theofficialgman edited and updated. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
#!/bin/bash | ||
rm -rf ~/jgrasp.zip ~/jgrasp | ||
|
||
sudo rm -rf ~/jgrasp.zip ~/jgrasp /tmp/jgrasp.zip /usr/local/bin/jgrasp /usr/local/share/jgrasp /usr/local/share/icons/hicolor/64x64/apps/jgrasp.png /usr/local/share/icons/hicolor/24x24/apps/jgrasp.png /usr/local/share/applications/jgrasp.desktop | ||
|
||
purge_packages || exit 1 | ||
rm_external_repo "adoptium" |