mirror of
https://github.com/tommytran732/Arch-Setup-Script
synced 2024-11-21 17:11:34 -05:00
Remove unnecessary \
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
3002feddd8
commit
ac1ba91ef2
@ -165,7 +165,7 @@ parted -s "${disk}" \
|
||||
mklabel gpt \
|
||||
mkpart ESP fat32 1MiB 513MiB \
|
||||
set 1 esp on \
|
||||
mkpart cryptroot 513MiB 100% \
|
||||
mkpart cryptroot 513MiB 100%
|
||||
|
||||
ESP='/dev/disk/by-partlabel/ESP'
|
||||
cryptroot='/dev/disk/by-partlabel/cryptroot'
|
||||
|
Loading…
Reference in New Issue
Block a user