Execute actual software installation

This commit is contained in:
Manuel Thalmann 2024-07-14 10:09:57 +02:00
parent 08be93f5e4
commit 68e8bc3bd3
2 changed files with 4 additions and 0 deletions

View file

@ -19,4 +19,6 @@ begin
end | sudo tee "$customFile" > /dev/null
end
end
runInstaller $argv
end

View file

@ -20,4 +20,6 @@ begin
pacinst -Sy
end
runInstaller $argv
end