Skip to content

Commit

Permalink
[GPU-Intel-installer] add $progname: to make it complete
Browse files Browse the repository at this point in the history
  • Loading branch information
killajoe authored Jan 14, 2024
1 parent 5928979 commit adf09a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airootfs/usr/bin/GPU-Intel-installer
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Main() {
echo "==> $progname: found Intel graphics device with id $id, installing package $pkg"
local pkgs=(/usr/share/packages/{$pkg,libxvmc}-*.pkg.tar.zst)
sudo pacman -U --noconfirm "${pkgs[@]}"
echo "==> disable compositor for legacy intel in KDE live session"
echo "==> $progname: disable compositor for legacy intel in KDE live session"
mv /home/liveuser/.config/intel-kwinrc /home/liveuser/.config/kwinrc
chown liveuser:liveuser /home/liveuser/.config/kwinrc
return 0
Expand Down

0 comments on commit adf09a5

Please sign in to comment.