diff options
author | sengedev | 2024-03-09 03:07:06 +0800 |
---|---|---|
committer | sengedev | 2024-03-09 03:07:06 +0800 |
commit | 5f5965b75f2e60b9b14998c48128798e6ce38565 (patch) | |
tree | 1abc27afaae75eb32b7f51ec8a4eaf90fdcefd55 /1panel.install | |
parent | 9e932e06bf105b733971d1be2562843637276c65 (diff) | |
download | aur-5f5965b75f2e60b9b14998c48128798e6ce38565.tar.gz |
Fix bugs
Diffstat (limited to '1panel.install')
-rw-r--r-- | 1panel.install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/1panel.install b/1panel.install index c6bed080dc1c..b7abdcfc1493 100644 --- a/1panel.install +++ b/1panel.install @@ -37,12 +37,12 @@ post_install() { # 判断docker和docker-compose安装 if pacman -Qs docker >/dev/null 2>&1; then echo -e "Docker is installed correctly." - else: + else echo -e "\033[31mWarning: Docker is not installed, please install it, or most of the features of this package will not be available.\033[0m" fi if pacman -Qs docker-compose >/dev/null 2>&1; then echo -e "Docker Compose is installed correctly." - else: + else echo -e "\033[31mWarning: Docker Compose is not installed, please install it, or 1Panel application store will not be avaliable.\033[0m" fi unset _1panel_active_interface |