mirror of
https://github.com/thelittlerocket/pve.git
synced 2024-11-15 11:38:00 +08:00
Update install_pve.sh
This commit is contained in:
parent
976fd23b65
commit
81b82df868
1 changed files with 1 additions and 0 deletions
|
@ -253,6 +253,7 @@ if grep -q 'NO_PUBKEY' "$temp_file_apt_fix"; then
|
|||
_green "Fixed"
|
||||
fi
|
||||
fi
|
||||
rm "$temp_file_apt_fix"
|
||||
output=$(apt-get update 2>&1)
|
||||
if echo $output | grep -q "NO_PUBKEY"; then
|
||||
_yellow "try sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys missing key"
|
||||
|
|
Loading…
Reference in a new issue