1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-03-13 10:00:15 +01:00

10 lines
172 B
Plaintext
Raw Permalink Normal View History

#!/bin/bash
#
printf "Resize data partition ..."
parted /dev/mmcblk0 unit % resizepart 2 100% &&
partprobe /dev/mmcblk0 &&
sync &&
resize2fs /dev/mmcblk0p2 &&
echo "[OK]"