summaryrefslogtreecommitdiff
path: root/install_dependencies.sh
diff options
context:
space:
mode:
authorLawnCable <lawncable.gitlab@simonlaux.de>2019-01-12 02:25:37 +0100
committerLawnCable <lawncable.gitlab@simonlaux.de>2019-01-12 02:25:37 +0100
commit18b1fb3920de1f58ebff4399a8ae064fa92dbf7b (patch)
tree834ac663ecd66a075ebc7c1d8e4265eac367ae91 /install_dependencies.sh
parentf5697ef5df709f2325b3954f3abe7c06e30f24d1 (diff)
downloadappimg-builder-18b1fb3920de1f58ebff4399a8ae064fa92dbf7b.tar.gz
appimg-builder-18b1fb3920de1f58ebff4399a8ae064fa92dbf7b.tar.bz2
appimg-builder-18b1fb3920de1f58ebff4399a8ae064fa92dbf7b.tar.xz
appimg-builder-18b1fb3920de1f58ebff4399a8ae064fa92dbf7b.zip
make it possible to run the thing on local docker, too
Diffstat (limited to 'install_dependencies.sh')
-rw-r--r--install_dependencies.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/install_dependencies.sh b/install_dependencies.sh
index 67a0f43..bb9d57f 100644
--- a/install_dependencies.sh
+++ b/install_dependencies.sh
@@ -7,10 +7,10 @@ apt-get install -y wget
# manaplus
sh -c 'echo "deb-src http://de.archive.ubuntu.com/ubuntu trusty main restricted universe multiverse" >> /etc/apt/sources.list'
-apt-get update -y
-apt-get -y build-dep manaplus
+apt-get update -y -q
+apt-get -y -q build-dep manaplus
-apt-get install -y g++ gcc xsel make autoconf automake appstream-index libappstream0 libappstream-dev autopoint gettext libxml2-dev libcurl4-gnutls-dev libpng-dev libsdl-gfx1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-net1.2-dev libsdl-ttf2.0-dev gdb valgrind netcat-openbsd procps zlibc
+apt-get install -y -q g++ gcc xsel make autoconf automake appstream-index libappstream0 libappstream-dev autopoint gettext libxml2-dev libcurl4-gnutls-dev libpng-dev libsdl-gfx1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-net1.2-dev libsdl-ttf2.0-dev gdb valgrind netcat-openbsd procps zlibc
# AppImage - linuxdeploy
-apt-get install -y libfuse2 \ No newline at end of file
+#apt-get install -y -q libfuse2 \ No newline at end of file