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 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
|
||||
|
||||
|
|
Loading…
Reference in a new issue