diff --git a/setup.sh b/setup.sh index bdfef6d..07cb6c7 100755 --- a/setup.sh +++ b/setup.sh @@ -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 - < /usr/share/applications/eclipse.desktop -[Desktop Entry] -Name=Eclipse -Exec=/opt/eclipse/eclipse -Type=Application -Icon=eclipse -EOM - # Install python3 libraries pip3 install matplotlib