Install logo-ls
only if not present
This commit is contained in:
parent
f81c36127d
commit
b2f0bcad67
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue