Fix collision of -debug
packages
This commit is contained in:
parent
d42ca47aed
commit
cee0b1c016
1 changed files with 7 additions and 3 deletions
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue