2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 10:17:17 +08:00

fix: lint

This commit is contained in:
耗子
2024-06-16 04:20:58 +08:00
parent 17bb8ad62b
commit 20e5122425

View File

@@ -112,7 +112,7 @@ if version_lt "$oldVersion" "2.2.9"; then
if [ -f "/usr/bin/podman" ]; then
panel writePlugin podman 4.0.0
if [ "${OS}" == "debian" ]; then
apt-get install podman containers-storage -y
apt-get install containers-storage -y
cp /usr/share/containers/storage.conf /etc/containers/storage.conf
fi
systemctl enable podman