aboutsummaryrefslogtreecommitdiffstats
path: root/packageinstall.sh
Commit message (Expand)AuthorAgeFilesLines
* Create fail and success functions and remove trailing white spaces at ends of...William Harrington2021-04-151-4/+5
* Add shellcheck directives.William Harrington2021-04-081-0/+1
* Change grep to look for package up until the first comma.William Harrington2021-04-071-2/+2
* Have grep exit 0 without stdoutput when checking if a package is in packages....William Harrington2021-04-051-1/+1
* Remove lines for testing.William Harrington2021-04-051-3/+0
* Add a block to exit if package does not exist in packages.csv.William Harrington2021-04-051-2/+11
* Cleanup information messages.William Harrington2021-04-021-2/+2
* Format FAIL and OK messages with intense color. Reset colors before new line....William Harrington2021-04-021-5/+5
* Use if [[ ... ]] instead of [ ... ] and change retval check in setupdisk when...William Harrington2021-04-021-3/+3
* Adjust function spinner to take in a spinner type. If no type is defined then...William Harrington2021-04-011-3/+3
* If extraction is successful, print OK. Remove new line before printing the co...William Harrington2021-03-261-1/+3
* Remove unset command. Not needed. Remove the sleep 5 when compiling.William Harrington2021-03-261-3/+0
* Unset unused variables and remove commented out old way of getting DIRNAME.William Harrington2021-03-251-1/+2
* Use printf instead of echo.William Harrington2021-03-231-6/+6
* Cleanup packageinstall.sh and get toplevel directory using tar and reduce the...William Harrington2021-03-231-21/+17
* Remove LFS_SRC and use /sources, make extraction text intense blue, and chang...William Harrington2021-03-221-4/+10
* Remove interpreter from scripts that are sourced. Remove executable bits are ...William Harrington2021-03-221-3/+1
* Assign retval after spinner returns exit code.William Harrington2021-03-191-0/+1
* Put compiling message on a new line.William Harrington2021-03-191-1/+1
* Add spinner when extracting source.William Harrington2021-03-181-2/+3
* Return the exit status from packageinstall scrip to the chapter loops in lfs....William Harrington2021-03-181-5/+5
* 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 package...William Harrington2021-03-181-0/+50