Skip to content

Commit

Permalink
proxmox: delete coral, make user install it.
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Jan 1, 2024
1 parent 1f86745 commit a2d50d5
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions install/local/install-scrypted-proxmox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,4 @@ then
udevadm control --reload-rules && udevadm trigger
fi

echo "Building: gasket-dkms driver"
readyn "Build gasket-dkms driver? This step is only necessary if the server has a Coral EdgeTPU."
if [ "$yn" == "y" ]
then
apt remove -y gasket-dkms
apt install -y git devscripts dh-dkms dkms pve-headers-$(uname -r)
cd /tmp
git clone https://github.com/google/gasket-driver.git
rm -rf gasket-driver
cd gasket-driver/
debuild -us -uc -tc -b
dpkg -i ../gasket-dkms_1.0-18_all.deb
fi

echo "Scrypted setup is complete and the container can be started."

0 comments on commit a2d50d5

Please sign in to comment.