summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Mubashshir <ahm@jadupc.com>2023-11-06 13:22:23 +0600
committerLibravatar Mubashshir <ahm@jadupc.com>2023-11-06 13:22:23 +0600
commitfaccee7ead845d2a92619ad8ccfe0deb71a687cb (patch)
tree4c508b2a8b1ad956522c0b8624d87274615cc952
parentec41d733f176f11461306c53d749c87247c2cd73 (diff)
downloadpatches-faccee7ead845d2a92619ad8ccfe0deb71a687cb.tar.gz
patches-faccee7ead845d2a92619ad8ccfe0deb71a687cb.zip
Update development server domainHEADmaster
Signed-off-by: Mubashshir <ahm@jadupc.com>
-rw-r--r--patch/armbian2shopno4
1 files 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