From bffb9fe028d57ef3c52c6737244baa4c4a2d2e91 Mon Sep 17 00:00:00 2001 From: Stephane Leduc Date: Mon, 5 Feb 2024 16:56:02 +0100 Subject: [PATCH] [script] update script for download and install remaken by sh --- scripts/sh_install/installRemaken.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/sh_install/installRemaken.sh b/scripts/sh_install/installRemaken.sh index 8c64001..7a81d25 100755 --- a/scripts/sh_install/installRemaken.sh +++ b/scripts/sh_install/installRemaken.sh @@ -1,6 +1,6 @@ #!/bin/bash -wget https://github.com/b-com-software-basis/remaken/releases/download/1.10.0-pre-release2/remaken-ubuntu22.04 +wget https://github.com/b-com-software-basis/remaken/releases/download/1.10.0%2Funixes/remaken-ubuntu22.04 sudo chmod +x remaken-ubuntu22.04 sudo mv remaken-ubuntu22.04 /usr/local/bin/remaken