diff options
Diffstat (limited to 'patch')
-rw-r--r-- | patch/armbian2shopno | 4 |
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 |