2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-07 05:47:21 +08:00

refactor: replace apt with apt-get

This commit is contained in:
耗子
2023-08-18 14:28:04 +08:00
parent 2a2008b959
commit 34d9d245e1
14 changed files with 21 additions and 21 deletions

View File

@@ -38,7 +38,7 @@ Install() {
if [ "${OS}" == "centos" ]; then
dnf install ImageMagick ImageMagick-devel -y
elif [ "${OS}" == "debian" ]; then
apt install imagemagick libmagickwand-dev -y
apt-get install imagemagick libmagickwand-dev -y
else
echo -e $HR
echo "错误耗子Linux面板不支持该系统"