Remove outdated workarounds
This commit is contained in:
parent
4fecd4e78b
commit
841c25fd08
1 changed files with 1 additions and 7 deletions
|
@ -196,17 +196,11 @@ yay --noconfirm -Syu \
|
||||||
esbonio \
|
esbonio \
|
||||||
powershell-bin \
|
powershell-bin \
|
||||||
godot-mono-bin \
|
godot-mono-bin \
|
||||||
;
|
|
||||||
|
|
||||||
for editor in \
|
|
||||||
vscodium-bin \
|
vscodium-bin \
|
||||||
vscodium-insiders-bin \
|
vscodium-insiders-bin \
|
||||||
visual-studio-code-bin \
|
visual-studio-code-bin \
|
||||||
visual-studio-code-insiders-bin
|
visual-studio-code-insiders-bin
|
||||||
do
|
;
|
||||||
yay --noconfirm -Syu $editor;
|
|
||||||
yay --noconfirm -Rs "$editor-debug";
|
|
||||||
done;
|
|
||||||
|
|
||||||
for editor_bin in \
|
for editor_bin in \
|
||||||
codium \
|
codium \
|
||||||
|
|
Loading…
Reference in a new issue