forked from defunkt/toes
Add git to bundled apps installation
This commit is contained in:
parent
f5c5102fc8
commit
affd06bdee
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user