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 | sudo tee "$customFile" > /dev/null
end end
end end
runInstaller $argv
end end

View file

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