From faccee7ead845d2a92619ad8ccfe0deb71a687cb Mon Sep 17 00:00:00 2001 From: Mubashshir Date: Mon, 6 Nov 2023 13:22:23 +0600 Subject: Update development server domain Signed-off-by: Mubashshir --- patch/armbian2shopno | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patch/armbian2shopno b/patch/armbian2shopno index 314e3fc..c8ba31c 100644 --- a/patch/armbian2shopno +++ b/patch/armbian2shopno @@ -5,7 +5,7 @@ BOARD=$( xargs -0 printf '%s\n' < /sys/firmware/devicetree/base/model | xargs printf '%s\n' | tail -n2 else - echo Generic-$(uname -m) + echo Generic fi | tr -d '[:space:][:punct:]' ) @@ -15,7 +15,7 @@ if [ "$(id -u)" -gt 0 ]; then fi case "$RELEASE" in - test | local) REPO="builder.jadupc.com/deb" ;; + test | local) REPO="dev.jadupc.com/deb" ;; *) REPO="deb.jadupc.com" ;; esac -- cgit v1.2.3