Skip to content

Commit

Permalink
On 24.04, must specify all CPUs
Browse files Browse the repository at this point in the history
  • Loading branch information
crschardt committed Jul 4, 2024
1 parent 0b3da4d commit 7eb5448
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install_opi5.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ apt-get purge --yes snapd

apt-get autoremove

# run Photonvision install script
wget https://git.io/JJrEP -O install.sh
chmod +x install.sh

sed -i 's/# AllowedCPUs=4-7/AllowedCPUs=4-7/g' install.sh
sed -i 's/# AllowedCPUs=4-7/AllowedCPUs=0-7/g' install.sh

./install.sh -n -q
rm install.sh
Expand Down

0 comments on commit 7eb5448

Please sign in to comment.