jetjo: debian上使用curl下载https://raw.githubusercontent.com/containerd/containerd/main/containerd.service into /usr/local/lib/systemd/system/containerd.service
GitHub Copilot: 这里是在Debian上使用curl下载containerd.service文件到指定位置的脚本:
#!/bin/bash
# filepath: /home/loong/project/k8s/install-systemd.sh
# 创建目录(如果不存在)
sudo mkdir -p /usr/local/lib/systemd/system