aboutsummaryrefslogtreecommitdiffstats
path: root/packageinstall.sh
Commit message (Collapse)AuthorAgeFilesLines
* Redirect popd command to null. Remove continue in first if block, useless here.William Harrington2021-03-181-2/+1
|
* Add package install. If package has been built then continue. Extract ↵William Harrington2021-03-181-0/+50
package, then build and pass background proces pid to spinner then when done, based on return value, display fail message or say package is done and touch a file named the package to notify the package was sucessfully built and installed during a consecutive run.