summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--install_dependencies_mana.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/install_dependencies_mana.sh b/install_dependencies_mana.sh
index 19d5eab..a496793 100644
--- a/install_dependencies_mana.sh
+++ b/install_dependencies_mana.sh
@@ -7,7 +7,7 @@ apt-get install -y wget
# mana
# TODO: Maybe xenial instead of trusty?
-sh -c 'echo "deb-src http://de.archive.ubuntu.com/ubuntu trusty main restricted universe multiverse" >> /etc/apt/sources.list'
+sh -c 'echo "deb-src http://de.archive.ubuntu.com/ubuntu xenial main restricted universe multiverse" >> /etc/apt/sources.list'
apt-get update -y -q
#apt-get -y -q build-dep manaplus
@@ -37,4 +37,4 @@ apt-get install -y -q g++ gcc git xsel make cmake autoconf automake \
# AppImage - linuxdeploy
# seems to be not possible on docker because security restrictions
-#apt-get install -y -q libfuse2 \ No newline at end of file
+#apt-get install -y -q libfuse2