Skip to content
Snippets Groups Projects
Commit e25f5277 authored by Marco De Simone's avatar Marco De Simone
Browse files

Update install-oasys.sh - not removing build-essential

parent 00b5216f
No related branches found
No related tags found
No related merge requests found
......@@ -110,6 +110,7 @@ OASYS1-ELETTRA-Extensions
OASYS1-ESRF-Extensions
OASYS1-OasysWiser
OASYS1-Panosc
OASYS1-XRayServer
EOF
# ho tolto
......@@ -124,9 +125,9 @@ python -m pip install --no-cache-dir -r /tmp/reqs.txt
#echo ". /etc/profile.d/oasysenv.sh" >> /etc/bash.bashrc
apt-get remove --purge -y g++-7 gcc-7 manpages manpages*dev build-essential\
&& apt-get purge -y lib*-dev \
&& apt-get -y clean
#apt-get remove --purge -y g++-7 gcc-7 manpages manpages*dev build-essential\
# && apt-get purge -y lib*-dev \
apt-get -y clean
find /opt/conda/ -follow -type f -name '*.a' -delete && \
find /opt/conda/ -follow -type f -name '*.js.map' -delete && \
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment