mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-22 13:22:28 +00:00
feat(dwmtitus-setup): use $HOME
using `$HOME` rather than `cd ..` Co-authored-by: Nyx <144965845+nnyyxxxx@users.noreply.github.com>
This commit is contained in:
parent
0ecfb64121
commit
c05ac33cb0
|
@ -310,7 +310,7 @@ install_slstatus() {
|
||||||
else
|
else
|
||||||
echo "Skipping slstatus installation"
|
echo "Skipping slstatus installation"
|
||||||
fi
|
fi
|
||||||
cd ..
|
cd "$HOME"
|
||||||
}
|
}
|
||||||
|
|
||||||
checkEnv
|
checkEnv
|
||||||
|
|
Loading…
Reference in New Issue
Block a user