style: 删除多余空行

This commit is contained in:
Akatsukiro 2024-01-18 21:56:47 +08:00
parent 061e09a7d6
commit aeece3ed6b
Signed by: Akatsukiro
GPG Key ID: 93F1D32999999999

View File

@ -76,8 +76,6 @@ pre_check() {
fi
}
install_soft() {
(command -v apt >/dev/null 2>&1 && apt update && apt install $* -y) ||
(command -v apt-get >/dev/null 2>&1 && apt-get update && apt-get install $* -y) ||