Commit 9e5bdffc authored by sim's avatar sim

[FIX] Minor fix

parent d362c8ed
#!/bin/bash
### Update and install base dependencies ### Update and install base dependencies
echo "############ DEBIAN LIBS ###############" echo "############ DEBIAN LIBS ###############"
apt-get update && \ apt-get update && \
...@@ -39,7 +41,7 @@ update-locale LC_ALL=fr_FR.UTF-8 ...@@ -39,7 +41,7 @@ update-locale LC_ALL=fr_FR.UTF-8
libxml2-dev libxslt-dev zlib1g-dev libxml2-dev libxslt-dev zlib1g-dev
#libxslt1-dev #libxslt1-dev
UPDATE AND CLEAN # UPDATE AND CLEAN
apt-get update && apt-get autoclean apt-get update && apt-get autoclean
#NB: removing /var/lib will avoid to significantly fill up your /var/ folder on your native system #NB: removing /var/lib will avoid to significantly fill up your /var/ folder on your native system
......
Markdown is supported
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