Skip to content

Commit

Permalink
[run_before_squashfs.sh] package version file change from nvidia-dkms…
Browse files Browse the repository at this point in the history
… to nvidia
  • Loading branch information
killajoe authored Jun 28, 2024
1 parent 1d30b8b commit 422f848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_before_squashfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ pacman -Qs | grep "/firefox " | cut -c7- >> iso_package_versions
pacman -Qs | grep "/linux " | cut -c7- >> iso_package_versions
pacman -Qs | grep "/mesa " | cut -c7- >> iso_package_versions
pacman -Qs | grep "/xorg-server " | cut -c7- >> iso_package_versions
pacman -Qs | grep "/nvidia-dkms " | cut -c7- >> iso_package_versions
pacman -Qs | grep "/nvidia " | cut -c7- >> iso_package_versions
mv "iso_package_versions" "/home/liveuser/"
echo "############################"
Expand Down

0 comments on commit 422f848

Please sign in to comment.