Install logo-ls only if not present

This commit is contained in:
Manuel Thalmann 2024-07-17 15:54:53 +02:00
parent c841dadb7e
commit 9b65cb96f7

View file

@ -9,6 +9,7 @@ begin
set -l pkgName logo-ls set -l pkgName logo-ls
set -l patchName workaround.patch set -l patchName workaround.patch
if not type -q logo-ls
begin begin
pushd "$contextRoot" > /dev/null pushd "$contextRoot" > /dev/null
yay -G -f "$pkgName" yay -G -f "$pkgName"
@ -30,6 +31,8 @@ begin
end end
rm -rf "$contextRoot" rm -rf "$contextRoot"
end
configureSW configureSW
end end