Skip to content

Commit 4465b77

Browse files
committed
Merge branch 'deprecate-lfs' of https://github.com/thecourseforum/theCourseForum2 into deprecate-lfs
2 parents 876a212 + c6f4f61 commit 4465b77

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.gitattributes

Lines changed: 0 additions & 6 deletions
This file was deleted.

scripts/setup.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ if [ -z "$1" ]; then
55
exit
66
fi
77

8+
cd "$1" || exit
9+
810
exists() {
911
command -v "$1" >/dev/null 2>&1 || {
1012
echo "Error: '$1' is not installed. Please install '$1'." >&2

0 commit comments

Comments
 (0)