Version v0.3.34 - Fixed usb space reporting
This commit is contained in:
9
build.sh
9
build.sh
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user