Execute actual software installation
This commit is contained in:
parent
08be93f5e4
commit
68e8bc3bd3
2 changed files with 4 additions and 0 deletions
|
@ -19,4 +19,6 @@ begin
|
||||||
end | sudo tee "$customFile" > /dev/null
|
end | sudo tee "$customFile" > /dev/null
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
runInstaller $argv
|
||||||
end
|
end
|
||||||
|
|
|
@ -20,4 +20,6 @@ begin
|
||||||
|
|
||||||
pacinst -Sy
|
pacinst -Sy
|
||||||
end
|
end
|
||||||
|
|
||||||
|
runInstaller $argv
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue