This commit is contained in:
pika 2025-05-18 17:41:33 +02:00
parent 76ac7b2ac7
commit 623cdc8157

View file

@ -137,6 +137,8 @@
if [ -e "$HOME/.config/yazi/package.toml" ]; then if [ -e "$HOME/.config/yazi/package.toml" ]; then
if command_exists ya; then if command_exists ya; then
run ya pack -u || run ya pack -i run ya pack -u || run ya pack -i
else
echo_error "Something went wrong when installing yazi.. ya is not available.."
fi fi
else else
echo_warning "There was no yazi config found.. " echo_warning "There was no yazi config found.. "