Skip to content

Commit

Permalink
[GPU-Intel-installer] ja ja fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
killajoe authored Jan 13, 2024
1 parent daaafdb commit 5928979
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions airootfs/usr/bin/GPU-Intel-installer
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ Main() {
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"
mv /home/liveuser/.config/intel-kwinrc /home/liveuser/kwinrc
chown liveuser:liveuser /home/liveuser/kwinrc
mv /home/liveuser/.config/intel-kwinrc /home/liveuser/.config/kwinrc
chown liveuser:liveuser /home/liveuser/.config/kwinrc
return 0
fi
fi
Expand Down

0 comments on commit 5928979

Please sign in to comment.