Fix profile installation failing due to PATH not pointing to ~/.local/bin.
parent
68e20ced3f
commit
0535a742be
|
@ -91,6 +91,9 @@ fi
|
|||
fi
|
||||
fi
|
||||
|
||||
# patch up $PATH for now
|
||||
export PATH="$HOME/.local/bin:$PATH"
|
||||
|
||||
echo "Running package installation..."
|
||||
cd packages
|
||||
./packages.sh
|
||||
|
|
Loading…
Reference in New Issue