Files
dotfiles/scripts/generalAI-jan.sh

7 lines
121 B
Bash
Executable File

source ./p.sh
if p c jan &>/dev/null; then
echo "Jan is installed. Launch it from the app menu."
else
p i jan
fi