From 529b1771561703d87d908b398c0751044d798f4d Mon Sep 17 00:00:00 2001 From: yalh76 Date: Mon, 10 Aug 2020 21:57:25 +0200 Subject: [PATCH] Cleanup --- conf/app.src | 4 ++-- scripts/install | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/conf/app.src b/conf/app.src index e45c24e..c2eaf29 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://framagit.org/framasoft/mobilizon/-/archive/1.0.0-beta.3/mobilizon-1.0.0-beta.3.tar.gz -SOURCE_SUM=5bf0f328f19fd182b0a02088bd9d53cd9e9042dde165328d42c9b12149b97c2d +SOURCE_URL=https://framagit.org/framasoft/mobilizon/-/archive/0e69d98b99847de942a8d59ade983b2ed784eb88/mobilizon-0e69d98b99847de942a8d59ade983b2ed784eb88.tar.gz +SOURCE_SUM=ab075a035df822c3e8388e8a19b0daa03ada818cbbe3c2bd39cafd8ff902b796 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/scripts/install b/scripts/install index aeedc93..60aacd9 100644 --- a/scripts/install +++ b/scripts/install @@ -14,7 +14,6 @@ source /usr/share/yunohost/helpers #================================================= ynh_clean_setup () { - read -p "key" ynh_clean_check_starting } # Exit if an error occurs during the execution of the script