chore: Install shyaml if not already installed in update.sh
This commit is contained in:
parent
73a4c83845
commit
974afc3e9b
@ -10,6 +10,12 @@ else
|
|||||||
export verbose=false
|
export verbose=false
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Check if we have shyaml since that's required for the script to function
|
||||||
|
if [ ! -x "$(command -v shyaml)" ]; then
|
||||||
|
printfe "%s\n" "red" "shyaml is not installed, installing it..."
|
||||||
|
pipx install shyaml
|
||||||
|
fi
|
||||||
|
|
||||||
pull_dotfiles() {
|
pull_dotfiles() {
|
||||||
####################################################################################################
|
####################################################################################################
|
||||||
# Pull latest dotfiles
|
# Pull latest dotfiles
|
||||||
|
Loading…
x
Reference in New Issue
Block a user