Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DBRepo
Manage
Activity
Members
Labels
Plan
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor 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
FAIR Data Austria DB Repository
DBRepo
Commits
e46ac8d6
Verified
Commit
e46ac8d6
authored
Mar 17, 2024
by
Martin Weise
Browse files
Options
Downloads
Patches
Plain Diff
Updated the install script
parent
af4426c9
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
info.md
+0
-6
0 additions, 6 deletions
info.md
install.sh
+1
-1
1 addition, 1 deletion
install.sh
with
1 addition
and
7 deletions
info.md
deleted
100644 → 0
+
0
−
6
View file @
af4426c9
---
title: I AM DIFFERENT
subtitle: hello subtitle
----
HELLO FROM INFO TXT 2
This diff is collapsed.
Click to expand it.
install.sh
+
1
−
1
View file @
e46ac8d6
...
...
@@ -29,7 +29,7 @@ if [[ $SKIP_CHECKS -eq 0 ]]; then
else
echo
"vCPU
${
CPU
}
OK"
fi
RAM
=
$(
free
-g
-t
|
awk
'NR==2 {print $
4
}'
)
RAM
=
$(
free
-g
-t
|
awk
'NR==2 {print $
7
}'
)
if
[[
$RAM
-lt
$MIN_RAM
]]
;
then
echo
"You do not have enough RAM free resources:"
echo
""
...
...
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