mirror of
https://github.com/classy-giraffe/easy-arch.git
synced 2025-11-17 11:30:55 +00:00
Update easy-arch.sh
Removed an lsblk option.
This commit is contained in:
parent
17af10cb64
commit
0e3e18b0f4
1 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ timedatectl set-ntp true
|
||||||
|
|
||||||
# Selecting the target for the installation.
|
# Selecting the target for the installation.
|
||||||
echo "Select the disk where Arch Linux is going to be installed."
|
echo "Select the disk where Arch Linux is going to be installed."
|
||||||
select ENTRY in $(lsblk -dpn -I 8 -oNAME);
|
select ENTRY in $(lsblk -dpn -oNAME);
|
||||||
do
|
do
|
||||||
DISK=$ENTRY
|
DISK=$ENTRY
|
||||||
echo "Installing Arch Linux on $DISK."
|
echo "Installing Arch Linux on $DISK."
|
||||||
|
|
@ -168,4 +168,4 @@ systemctl enable NetworkManager --root=/mnt
|
||||||
# Unmounting partitions.
|
# Unmounting partitions.
|
||||||
umount -R /mnt
|
umount -R /mnt
|
||||||
echo "Done."
|
echo "Done."
|
||||||
exit
|
exit
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue