From 7a179b79ebc8a8b87cf49fa212cbe8d108f4f191 Mon Sep 17 00:00:00 2001 From: Jesusalva Jesusalva Date: Wed, 7 Feb 2024 18:02:47 +0000 Subject: Use Xenial --- install_dependencies_mana.sh | 4 ++-- 1 file 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 -- cgit v1.2.3-60-g2f50