From 5cdd54f5c5b7be33b174adc8887377b983a232a1 Mon Sep 17 00:00:00 2001 From: thorstenspille Date: Sun, 9 Jun 2024 18:36:12 +0200 Subject: [PATCH] Fix rei3 download url, set to latest version --- src/rei3/install-service.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rei3/install-service.sh b/src/rei3/install-service.sh index e1e68f6..7ecaaaf 100644 --- a/src/rei3/install-service.sh +++ b/src/rei3/install-service.sh @@ -10,7 +10,7 @@ source /root/zamba.conf source /root/constants-service.conf mkdir /opt/rei3 -wget -c https://rei3.de/downloads/REI3_3.4.2_x64_linux.tar.gz -O - | tar -zx -C /opt/rei3 +wget -c https://rei3.de/latest/x64_linux -O - | tar -zx -C /opt/rei3 wget -q -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | gpg --dearmor | sudo tee /usr/share/keyrings/postgres.gpg echo "deb [signed-by=/usr/share/keyrings/postgres.gpg] http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" | tee /etc/apt/sources.list.d/pgdg.list