Files
dotfiles/scripts/generalAI-jan.sh

7 lines
123 B
Bash

source ./p.sh
if [[ $(p c jan) == 0 ]]; then
echo "Jan is installed. Launch it from the app menu."
else
p i jan
fi