Fix collision of -debug packages

This commit is contained in:
Manuel Thalmann 2024-02-08 17:06:54 +01:00
parent d42ca47aed
commit cee0b1c016

View file

@ -168,14 +168,18 @@ yay --noconfirm -Syu \
python-docutils \ python-docutils \
esbonio \ esbonio \
powershell-bin \ powershell-bin \
godot-mono-bin \
; ;
yay --noconfirm -Syu \ 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
godot-mono-bin; do
yay --noconfirm -Syu $editor;
yay --noconfirm -Rs "$editor-debug";
done;
{ {
echo "--touch-events"; echo "--touch-events";