From 081d6f9ac87bb0ca98ab9216e2bd9422daf3ba72 Mon Sep 17 00:00:00 2001 From: Akatsukiro Date: Mon, 22 Jan 2024 15:36:35 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0clear=E6=B8=85?= =?UTF-8?q?=E7=90=86terminal=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 1055fc9..8e29ed9 100644 --- a/install.sh +++ b/install.sh @@ -12,6 +12,8 @@ pre_check() { # check root [[ $EUID -ne 0 ]] && echo -e "${red}错误: 请使用root用户运行此脚本!${plain}" && exit 1 + clear + ## os_arch if [[ $(uname -m | grep 'x86_64') != "" ]]; then os_arch="amd64"