Strip non-functioning code fixes

This commit is contained in:
Manuel Thalmann 2023-06-03 11:42:42 +02:00
parent aece4de337
commit 9339b939f6

View file

@ -126,10 +126,6 @@ yay --noconfirm -Syu \
cp ~/.config/codium-flags.conf ~/.config/code-flags.conf;
{
echo "--ozone-platform-hint=wayland";
} | tee -a ~/.config/code-flags.conf > /dev/null;
# Node.js
yay --noconfirm -Syu nodejs-n;
sudo n install latest;