Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Tiled Display Video
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LuFG VR VIS
VR-Group
Tiled Display Video
Commits
04ad4a4f
Commit
04ad4a4f
authored
5 years ago
by
Simon Oehrl
Browse files
Options
Downloads
Patches
Plain Diff
Make sure git lfs is installed correctly
parent
1655f8b8
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
setup.sh
+6
-3
6 additions, 3 deletions
setup.sh
with
6 additions
and
3 deletions
setup.sh
+
6
−
3
View file @
04ad4a4f
...
@@ -7,6 +7,9 @@ function initial_setup() {
...
@@ -7,6 +7,9 @@ function initial_setup() {
read
cont
read
cont
if
[
"
$cont
"
==
"y"
]
||
[
"
$cont
"
==
"Y"
]
||
[
"
$cont
"
==
""
]
if
[
"
$cont
"
==
"y"
]
||
[
"
$cont
"
==
"Y"
]
||
[
"
$cont
"
==
""
]
then
then
git lfs
install
git lfs track
'*.uasset'
current_branch
=
$(
git rev-parse
--abbrev-ref
HEAD
)
current_branch
=
$(
git rev-parse
--abbrev-ref
HEAD
)
branches_to_delete
=
$(
git
for
-each-ref
--format
=
'%(refname:short)'
refs/heads/
)
branches_to_delete
=
$(
git
for
-each-ref
--format
=
'%(refname:short)'
refs/heads/
)
...
@@ -24,6 +27,9 @@ function initial_setup() {
...
@@ -24,6 +27,9 @@ function initial_setup() {
git branch
-d
"
$current_branch
"
git branch
-d
"
$current_branch
"
fi
fi
echo
"Press [enter] to select plugins."
read
x
manage_plugins
"initial_setup"
git add
.
git add
.
git commit
-m
"Initial commit"
git commit
-m
"Initial commit"
...
@@ -43,9 +49,6 @@ function initial_setup() {
...
@@ -43,9 +49,6 @@ function initial_setup() {
git checkout develop
git checkout develop
fi
fi
echo
"Done!"
echo
"Done!"
echo
"Press [enter] to select plugins."
read
x
manage_plugins
"initial_setup"
else
else
echo
"Skipping setup."
echo
"Skipping setup."
fi
fi
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment