fixed typo in readme
This commit is contained in:
parent
173a72717d
commit
72e6f8d1db
2 changed files with 2 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ This installer sets up a number of bash-enhancing features:
|
||||||
|
|
||||||
- Easy access to easy-to-use functions in bash scripting (check out ./PRbL/demo.sh for details)
|
- Easy access to easy-to-use functions in bash scripting (check out ./PRbL/demo.sh for details)
|
||||||
- A pluggable environment configuration via ~/.bashrc.d/
|
- A pluggable environment configuration via ~/.bashrc.d/
|
||||||
- An informative terminal login slapsh page
|
- An informative terminal login splash page
|
||||||
|
|
||||||
Currently this installer only handles debian/ubuntu-based distros.
|
Currently this installer only handles debian/ubuntu-based distros.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -331,3 +331,4 @@ if [ -z "${fsck_needed}" ] || [ -z "${reboot_required}" ] ; then
|
||||||
boxline " ${fsck_needed}${reboot_required}"
|
boxline " ${fsck_needed}${reboot_required}"
|
||||||
fi
|
fi
|
||||||
boxbottom
|
boxbottom
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue