Update encrypt.sh

This commit is contained in:
proledatarian 2022-02-13 00:09:23 +00:00
parent 9f491d61f2
commit e9cc243fbd
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ part=$(</tmp/disk)2 && i=( $(lsblk | grep "$part" | tail -n+1 | awk '{print $4}'
echo "Your system partition has a size of $size GB."
echo "What size should your root partition have?"
#read root
read root
echo "Creating a $root GB root volume."
echo -e