mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 11:04:02 -06:00
Update install.sh
This commit is contained in:
parent
c220cd7a54
commit
c5ffb0ed63
1 changed files with 0 additions and 3 deletions
|
@ -29,9 +29,6 @@ echo # Set default last sector (rest of the disk).
|
|||
echo t # Change partition type.
|
||||
echo 1 # Pick first partition.
|
||||
echo 1 # Change first partition to EFI system.
|
||||
echo t # Change partition type.
|
||||
echo 1 # Pick last partition.
|
||||
echo 19 # Change last partition to swap.
|
||||
echo w # write changes.
|
||||
) | sudo fdisk $driveName -w always -W always
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue