Version v0.3.34 - Fixed usb space reporting

This commit is contained in:
2025-12-20 09:25:38 -04:00
parent f3599fef37
commit cf52274c2c
4 changed files with 74 additions and 27 deletions

View File

@@ -169,9 +169,12 @@ update_source_version() {
After downloading:
\`\`\`bash
# Make executable and run
chmod +x otp-${NEW_VERSION}-linux-x86_64
./otp-${NEW_VERSION}-linux-x86_64
# Rename for convenience, then make executable
mv otp-${NEW_VERSION}-linux-x86_64 otp
chmod +x otp
# Run it
./otp
\`\`\`"
# Use awk to replace the section between "### Download Pre-Built Binaries" and "### First Steps"