mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 21:28:48 +00:00
feat(dwmtitus-setup): use full path.
Co-authored-by: Nyx <144965845+nnyyxxxx@users.noreply.github.com>
This commit is contained in:
parent
3026b757e0
commit
0ecfb64121
|
@ -300,7 +300,7 @@ install_slstatus() {
|
||||||
read -r response # -r flag to prevent backslashes from being interpreted
|
read -r response # -r flag to prevent backslashes from being interpreted
|
||||||
if [ "$response" = "y" ] || [ "$response" = "Y" ]; then
|
if [ "$response" = "y" ] || [ "$response" = "Y" ]; then
|
||||||
echo "Installing slstatus"
|
echo "Installing slstatus"
|
||||||
cd slstatus/ || { echo "Failed to change directory to slstatus"; return 1; }
|
cd "$HOME/dwm-titus/slstatus" || { echo "Failed to change directory to slstatus"; return 1; }
|
||||||
if $ESCALATION_TOOL make clean install; then
|
if $ESCALATION_TOOL make clean install; then
|
||||||
echo "slstatus installed successfully"
|
echo "slstatus installed successfully"
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue
Block a user