We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6c853fb + d09f5dd commit 26ff363Copy full SHA for 26ff363
install.sh
@@ -215,15 +215,6 @@ semverParse() {
215
patch="${patch%%[-.]*}"
216
}
217
218
-ee_notice() {
219
- echo
220
221
- echo " WARNING: $1 is now only supported by Docker EE"
222
- echo " Check https://store.docker.com for information on Docker EE"
223
224
225
-}
226
-
227
do_install() {
228
echo "# Executing docker install script, commit: $SCRIPT_COMMIT_SHA"
229
@@ -343,11 +334,6 @@ do_install() {
343
334
fi
344
335
;;
345
336
346
- ol|sles)
347
- ee_notice "$lsb_dist"
348
- exit 1
349
- ;;
350
351
337
*)
352
338
if command_exists lsb_release; then
353
339
dist_version="$(lsb_release --release | cut -f2)"
0 commit comments