Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit 460af43

Browse files
committed
fix: move git-clone and personalize to bash
1 parent 5b3bd80 commit 460af43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

git-clone/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env sh
1+
#!/usr/bin/env bash
22

33
REPO_URL="${REPO_URL}"
44
CLONE_PATH="${CLONE_PATH}"

personalize/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env sh
1+
#!/usr/bin/env bash
22

33
BOLD='\033[0;1m'
44
CODE='\033[36;40;1m'

0 commit comments

Comments
 (0)