I guess this is an issue with openwrt backend at the moment.
For anyone having this issue, replace that # Download expand-root.sh step with this:
- Step 1: Expand the
Instructions (manual)on the docs page
- Step 2: Copy the script content
- Step 3: Going to your openwrt device ssh terminal, use vim to create a new file:
vim expand-root.sh - Step 4: Press
ion your keyboard to enter edit mode - Step 5: Paste the script content you have copied from step 2
- Step 6: Press
escon your keyboard to exit edit mode, follow with:wqto save and close the file - Step 7: Make the script executable with
chmod +x ./expand-root.sh
And then you can continue with the remaining steps on the docs page.
PS. I'm sure there's a better way to do this, but I'll stick with what works on my device.
