Skip to content
Snippets Groups Projects
Commit 6e666870 authored by benedikt.kroening's avatar benedikt.kroening
Browse files

Removed scratchpad

parent 9b487467
No related branches found
No related tags found
No related merge requests found
#!/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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment