Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Datree
Commits
c5ac4b63
Unverified
Commit
c5ac4b63
authored
3 years ago
by
Nilima Chavan
Committed by
GitHub
3 years ago
Browse files
Options
Download
Email Patches
Plain Diff
build: fix text format
parent
6c783f6c
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
install.sh
+3
-3
install.sh
with
3 additions
and
3 deletions
+3
-3
install.sh
+
3
-
3
View file @
c5ac4b63
...
...
@@ -16,8 +16,8 @@ curl -sL $DOWNLOAD_URL -o $OUTPUT_BASENAME_WITH_POSTFIX
echo -e "
\033[32m[V] Downloaded Datree
"
if ! unzip >/dev/null 2>&1;then
echo -e "
\
e[
1;
3
1m error
:
unzip command not found \
e
[0m
"
echo -e "
\
e[1;33
m install unzip command in your system \
e
[0m
"
echo -e "
\
033[3
1;1m error
:
unzip command not found \
033
[0m
"
echo -e "
\
033[33;1
m install unzip command in your system \
033
[0m
"
exit 1
fi
...
...
@@ -38,7 +38,7 @@ echo
echo -e "
\033[35m Usage
:
$ datree
test ~/.datree/k8s-demo.yaml
"
echo -e "
Using Helm? => https
://hub.datree.io/helm-plugin
\
e
[0m
"
echo -e "
Using Helm? => https
://hub.datree.io/helm-plugin
\
033
[0m
"
tput init
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help