Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
ox-installer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
QA
ox-installer
Commits
6e666870
Commit
6e666870
authored
5 years ago
by
benedikt.kroening
Browse files
Options
Downloads
Patches
Plain Diff
Removed scratchpad
parent
9b487467
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
foo.sh
+0
-24
0 additions, 24 deletions
foo.sh
with
0 additions
and
24 deletions
foo.sh
deleted
100755 → 0
+
0
−
24
View file @
9b487467
#!/bin/bash
set
-e
dpkg
-la
|
grep
open-xchange
if
[[
true
==
"
${
ANY_DEB
}
"
]]
;
then
if
[[
"
${
DIST
}
"
==
"DebianJessie"
]]
;
then
elif
[[
"
${
DIST
}
"
==
"DebianStretch"
]]
;
then
fi
elif
[[
"
${
DIST
}
"
==
"SLES12"
]]
;
then
elif
[[
true
==
"
${
ANY_CENTOS
}
"
]]
||
[[
true
==
"
${
ANY_RHEL
}
"
]]
;
then
if
[[
"
${
DIST
}
"
==
"CENTOS6"
]]
||
[[
"
${
DIST
}
"
==
"RHEL6"
]]
;
then
elif
[[
"
${
DIST
}
"
==
"CENTOS7"
]]
||
[[
"
${
DIST
}
"
==
"RHEL7"
]]
;
then
fi
fi
#npm i -g bash-language-server
#docker run --rm --name bash-explainshell -p 5000:5000 chrismwendt/codeintel-bash-with-explainshell
\ No newline at end of file
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