From 20e5122425cab05e746601479c8ed6c1152c8734 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Sun, 16 Jun 2024 04:20:58 +0800 Subject: [PATCH] fix: lint --- scripts/update_panel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/update_panel.sh b/scripts/update_panel.sh index aac16a5c..b6215ae5 100644 --- a/scripts/update_panel.sh +++ b/scripts/update_panel.sh @@ -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