small bug fixed
This commit is contained in:
parent
14f9eacde0
commit
b6878adcbe
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ function enableTmpRAM () {
|
|||
function addScreenfetchBashrc () {
|
||||
checkAndInstallDep apt screenfetch screenfetch
|
||||
runCmd "touch /home/$myHomedir/.bashrc" \
|
||||
"creating .bashrc file if necessary" \
|
||||
"creating .bashrc file if necessary"
|
||||
runCmd "echo 'screenfetch -t' | tee -a /home/$myHomedir/.bashrc" \
|
||||
"adding screenfetch to .bashrc"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue