summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusalva Jesusalva <jesusalva@themanaworld.org>2024-02-07 18:02:47 +0000
committerJesusalva Jesusalva <jesusalva@themanaworld.org>2024-02-07 18:02:47 +0000
commit7a179b79ebc8a8b87cf49fa212cbe8d108f4f191 (patch)
treed325d2c92179abf6719edff81d7385fd6a85d7fc
parentd5afdb41948da92cf4da57e48e3bddacb4252361 (diff)
downloadappimg-builder-7a179b79ebc8a8b87cf49fa212cbe8d108f4f191.tar.gz
appimg-builder-7a179b79ebc8a8b87cf49fa212cbe8d108f4f191.tar.bz2
appimg-builder-7a179b79ebc8a8b87cf49fa212cbe8d108f4f191.tar.xz
appimg-builder-7a179b79ebc8a8b87cf49fa212cbe8d108f4f191.zip
Use Xenial
-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