Allow package install scripts to be chained properly

This commit is contained in:
Manuel Thalmann 2024-07-15 12:43:18 +02:00
parent 8d1c754106
commit 09e405bd9d
4 changed files with 4 additions and 4 deletions
scripts/Arch/Software/base-devel

View file

@ -5,7 +5,7 @@ begin
function installSW
pacinst base-devel
configureSW
and configureSW
end
function configureSW