Skip to content

Commit

Permalink
#695: define filename for win, cleanup (#705)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobka777 authored Feb 21, 2022
1 parent 13b8aeb commit 045440e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions scripts/src/main/resources/scripts/command/docker
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,11 @@ function doSetup() {
else
doFail "Sorry, docker-installation support is not yet implemented for your OS. Please install manually or help devonfw-ide to support it for your OS by contributing a pull-request."
fi
local ts="${version}"
if [ "${ts}" = "stable" ]
then
ts="$(date +%Y-%m)"
fi
doDownload "-" "" "docker" "${version}" "" "${code}"
if doIsWindows
then
doEcho "Installating Docker Desktop for Windows..."
doRunCommand "${DEVON_DOWNLOAD_DIR}/${filename}"
doRunCommand "${DEVON_DOWNLOAD_DIR}/docker-stable-win.exe"
elif doIsMacOs
then
doEcho "Installating Docker Desktop for MacOS..."
Expand Down

0 comments on commit 045440e

Please sign in to comment.