Skip to content

Commit

Permalink
Remove eclipse
Browse files Browse the repository at this point in the history
  • Loading branch information
radl97 committed May 20, 2023
1 parent f90204b commit 4dd3ce3
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,19 +62,6 @@ snap install --classic atom
snap install --classic code
snap install --classic sublime-text

# Install Eclipse
aria2c -x4 -d /tmp -o eclipse.tar.gz "http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/2021-09/R/eclipse-java-2021-09-R-linux-gtk-x86_64.tar.gz"
tar zxf /tmp/eclipse.tar.gz -C /opt
rm /tmp/eclipse.tar.gz
wget -O /usr/share/pixmaps/eclipse.png "https://icon-icons.com/downloadimage.php?id=94656&root=1381/PNG/64/&file=eclipse_94656.png"
cat - <<EOM > /usr/share/applications/eclipse.desktop
[Desktop Entry]
Name=Eclipse
Exec=/opt/eclipse/eclipse
Type=Application
Icon=eclipse
EOM

# Install python3 libraries

pip3 install matplotlib
Expand Down

0 comments on commit 4dd3ce3

Please sign in to comment.