Update partition.sh

This commit is contained in:
proledatarian 2022-02-12 17:01:18 +00:00
parent 1101d9f99f
commit b00f6b05fd
1 changed files with 2 additions and 0 deletions

View File

@ -51,6 +51,8 @@ echo -e
echo "This is your new partition table:"
lsblk | grep "$dev"
echo $dev > /tmp/disk
# Exit.
break
done