Skip to content

Commit

Permalink
Merge pull request #16 from allencloud/fix-kylin
Browse files Browse the repository at this point in the history
fix: make kylin valid in docker.sh
  • Loading branch information
allencloud authored Jun 15, 2022
2 parents 2c7490b + 76ec5f6 commit 68f50c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion context/docker/rootfs/scripts/docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ if ! command_exists docker; then
lsb_dist="$(echo "$lsb_dist" | tr '[:upper:]' '[:lower:]')"
echo "current system is $lsb_dist"
case "$lsb_dist" in
ubuntu|deepin|debian|raspbian|kylin)
ubuntu|deepin|debian|raspbian)
cp ../etc/docker.service /lib/systemd/system/docker.service
;;
centos|rhel|ol|sles|kylin|neokylin)
Expand Down

0 comments on commit 68f50c6

Please sign in to comment.