mirror of
https://github.com/thelittlerocket/pve.git
synced 2025-03-04 01:38:12 +08:00
Update install_pve.sh
This commit is contained in:
parent
2116d17061
commit
6cebb438b2
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ remove_duplicate_lines() {
|
||||||
if [ -f "$1" ];then
|
if [ -f "$1" ];then
|
||||||
awk '!NF || !x[$0]++' "$1" > "$1.tmp" && mv -f "$1.tmp" "$1"
|
awk '!NF || !x[$0]++' "$1" > "$1.tmp" && mv -f "$1.tmp" "$1"
|
||||||
fi
|
fi
|
||||||
|
rm -rf "$1.tmp"
|
||||||
}
|
}
|
||||||
|
|
||||||
install_package() {
|
install_package() {
|
||||||
|
|
Loading…
Reference in a new issue