diff --git a/install/install.sh b/install/install.sh index 9d530a3..989a25f 100644 --- a/install/install.sh +++ b/install/install.sh @@ -88,7 +88,7 @@ cd "$DEST" && bun run build # -- Bundled apps -- echo ">> Installing bundled apps" -BUNDLED_APPS="clock code cron env stats versions" +BUNDLED_APPS="clock code cron env git stats versions" for app in $BUNDLED_APPS; do if [ -d "$DEST/apps/$app" ]; then if [ -d ~/apps/"$app" ]; then