Skip to content

Commit

Permalink
part 2 of previous
Browse files Browse the repository at this point in the history
  • Loading branch information
h-lunah authored Nov 27, 2022
1 parent 02106c5 commit 9afb779
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions trolley-arch-chroot.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/bash
BLK=$(lsblk | sed -n '2p' | awk '{print $1}')
DEV="/dev/$BLK"
DEV=$1

# install grub
pacman --noconfirm -Sy grub efibootmgr
Expand Down

0 comments on commit 9afb779

Please sign in to comment.