Install logo-ls only if not present

This commit is contained in:
Manuel Thalmann 2024-07-17 15:54:53 +02:00
parent f81c36127d
commit b2f0bcad67

View file

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