Skip to content

Commit d09f5dd

Browse files
committed
Cleanup unsupported dists
Signed-off-by: Stefan Scherer <[email protected]>
1 parent 6c853fb commit d09f5dd

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

install.sh

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -215,15 +215,6 @@ semverParse() {
215215
patch="${patch%%[-.]*}"
216216
}
217217

218-
ee_notice() {
219-
echo
220-
echo
221-
echo " WARNING: $1 is now only supported by Docker EE"
222-
echo " Check https://store.docker.com for information on Docker EE"
223-
echo
224-
echo
225-
}
226-
227218
do_install() {
228219
echo "# Executing docker install script, commit: $SCRIPT_COMMIT_SHA"
229220

@@ -343,11 +334,6 @@ do_install() {
343334
fi
344335
;;
345336

346-
ol|sles)
347-
ee_notice "$lsb_dist"
348-
exit 1
349-
;;
350-
351337
*)
352338
if command_exists lsb_release; then
353339
dist_version="$(lsb_release --release | cut -f2)"

0 commit comments

Comments
 (0)