Skip to content

Commit

Permalink
fix submarine install script
Browse files Browse the repository at this point in the history
  • Loading branch information
june-fish committed Aug 14, 2024
1 parent 671b452 commit f1b088b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion katsu/modules/ports/chromebook/submarine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -x

# Find bootloader partition and umount
blpart="$(findmnt -n -o SOURCE /mnt)"
blpart="$(findmnt -n -o SOURCE /submarine)"
rootdev="$(basename `readlink -f "/sys/class/block/$(basename $blpart)/.."`)"
partnum="$(echo $(basename $blpart) | sed 's/'"$rootdev"'//;s/p//')"
umount $blpart
Expand Down

0 comments on commit f1b088b

Please sign in to comment.