Add paru support to p and new AI script.

This commit is contained in:
2024-01-07 13:21:42 +00:00
parent def5dd8246
commit c27852d0dd
3 changed files with 18 additions and 5 deletions

6
scripts/generalAI-jan.sh Normal file
View File

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