#!/bin/ash if [ "$EUID" -ne 0 ] then echo "Please run as root" exit fi apk add --no-cache cfdisk e2fsprogs-extra cfdisk resize2fs /dev/sda3