Execute actual software installation

This commit is contained in:
Manuel Thalmann 2024-07-14 10:09:57 +02:00
parent a4e8faf50e
commit ef184da8d5
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