Disable outdated workaround
This commit is contained in:
parent
0e895de320
commit
962e540116
1 changed files with 0 additions and 3 deletions
|
@ -182,9 +182,6 @@ yay --noconfirm -Syu \
|
||||||
|
|
||||||
cp ~/.config/codium-flags.conf ~/.config/code-flags.conf;
|
cp ~/.config/codium-flags.conf ~/.config/code-flags.conf;
|
||||||
|
|
||||||
codiumPattern="^exec .*\\/codium ";
|
|
||||||
sudo sed -i "/$codiumPattern/{ s/\"\$@\"//; s/$codiumPattern/\0\"\$@\" /; }" /usr/bin/codium;
|
|
||||||
|
|
||||||
# Node.js
|
# Node.js
|
||||||
yay --noconfirm -Syu nodejs-n;
|
yay --noconfirm -Syu nodejs-n;
|
||||||
sudo n install latest;
|
sudo n install latest;
|
||||||
|
|
Loading…
Reference in a new issue