Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
jonas.krimmer
Apache Dash apps
Commits
c2beb69a
Commit
c2beb69a
authored
Oct 21, 2020
by
jonas-kr
Browse files
Remove superfluous git install
parent
5d6882c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.sh
View file @
c2beb69a
...
...
@@ -4,9 +4,9 @@
# install what is needed
DNF_CMD
=
$(
which dnf
)
if
[[
!
-z
$DNF_CMD
]]
;
then
sudo
dnf
install
git
podman podman-compose
-y
sudo
dnf
install
podman podman-compose
-y
else
echo
"error cannot install packages: please install
git,
podman, and podman-compose"
echo
"error cannot install packages: please install podman, and podman-compose"
exit
1
;
fi
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment