fix(install.sh): missing oh-my-posh binary ubuntu 20

This commit is contained in:
ChandanChainani 2023-07-05 17:32:15 +05:30 committed by Jan De Dobbeleer
parent 41e1eceb30
commit bc56421577

View file

@ -130,7 +130,7 @@ install() {
chmod +x $executable chmod +x $executable
# install themes in cache # install themes in cache
cache_dir=$(oh-my-posh cache path) cache_dir=$($executable cache path)
info "🎨 Installing oh-my-posh themes in ${cache_dir}/themes\n" info "🎨 Installing oh-my-posh themes in ${cache_dir}/themes\n"