mirror of
https://github.com/akatsukiro/lsky-pro-install-script.git
synced 2025-06-07 20:53:04 +08:00
style: 删除多余空行
This commit is contained in:
parent
061e09a7d6
commit
aeece3ed6b
@ -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) ||
|
||||
|
Loading…
x
Reference in New Issue
Block a user