mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
update sources
This commit is contained in:
parent
8307bbe86c
commit
40ad663997
4 changed files with 4 additions and 12 deletions
|
@ -153,9 +153,7 @@ fi
|
|||
if [[ $CORAL == "Y" ]]; then
|
||||
msg_info "Adding Coral Edge TPU Support"
|
||||
$STD apt-key add <(curl -fsSL https://packages.cloud.google.com/apt/doc/apt-key.gpg)
|
||||
cat <<EOF >/etc/apt/sources.list.d/coral-edgetpu.list
|
||||
deb https://packages.cloud.google.com/apt coral-edgetpu-stable main
|
||||
EOF
|
||||
sh -c 'echo "deb https://packages.cloud.google.com/apt coral-edgetpu-stable main" > /etc/apt/sources.list.d/coral-edgetpu.list'
|
||||
$STD apt-get -y update
|
||||
$STD apt-get -y install libedgetpu1-std
|
||||
msg_ok "Coral Edge TPU Support Added"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue