We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 583b0dc commit 30d47f0Copy full SHA for 30d47f0
www/util/sysutil.sh
@@ -209,7 +209,7 @@ if [[ $1 = "get-osinfo" ]]; then
209
RPIOS_MVER=$(cat /etc/debian_version | cut -d "." -f 1)
210
if [[ "$RPIOS_MVER" == "11" ]]; then RPIOS_NAME="Bullseye"; fi
211
if [[ "$RPIOS_MVER" == "12" ]]; then RPIOS_NAME="Bookworm"; fi
212
- if [[ "$RPIOS_MVER" == "13" ]]; then RPIOS_NAME="Trxie"; fi
+ if [[ "$RPIOS_MVER" == "13" ]]; then RPIOS_NAME="Trixie"; fi
213
if [[ "$RPIOS_MVER" == "14" ]]; then RPIOS_NAME="Forky"; fi
214
RPIOS_ARCH=$(dpkg -l | grep nano | awk '{print $4}')
215
if [ $RPIOS_ARCH = "arm64" ]; then RPIOS_BITS="64-bit"; else RPIOS_BITS="32-bit"; fi
0 commit comments