Update install_pve.sh

This commit is contained in:
spiritlhl 2023-06-22 20:19:48 +08:00 committed by GitHub
parent 2116d17061
commit 6cebb438b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,6 +28,7 @@ remove_duplicate_lines() {
if [ -f "$1" ];then
awk '!NF || !x[$0]++' "$1" > "$1.tmp" && mv -f "$1.tmp" "$1"
fi
rm -rf "$1.tmp"
}
install_package() {