mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
fix path
This commit is contained in:
parent
c4e378d8ae
commit
a5fada3a92
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ sudo mount -o loop $iso /mnt/iso
|
|||
# Mount squashfs
|
||||
sudo mount -t squashfs -o loop /mnt/iso/images/install.img /mnt/install
|
||||
|
||||
FOUND_VERSION=$(cat /mnt/install/os-release | grep VERSION_ID | cut -d= -f2)
|
||||
FOUND_VERSION=$(cat /mnt/install/etc/os-release | grep VERSION_ID | cut -d= -f2)
|
||||
|
||||
# Cleanup
|
||||
sudo umount /mnt/install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue