We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e635b98 commit 47692a0Copy full SHA for 47692a0
server/scripts/auto-update.sh
@@ -49,7 +49,7 @@ cd "$HOME" || exit 1
49
50
download_latest () {
51
# Get arch (and trim output)
52
- arch=$(dpkg --print-architecture | xargs echo -n)
+ arch=$(uname -m | xargs echo -n)
53
54
mkdir -p target/release || exit 1
55
wget -q "$REPO_URL/releases/latest/download/server-$arch" -O "$BINARY_PATH" || exit 1
0 commit comments