Add git to bundled apps installation

This commit is contained in:
Chris Wanstrath 2026-03-01 22:26:49 -08:00
parent f5c5102fc8
commit affd06bdee

View File

@ -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