Skip to content

Commit

Permalink
Update install_opi5.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dellagd authored Mar 30, 2024
1 parent a5c77ba commit d04fd33
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion install_opi5.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ sed -i 's/# AllowedCPUs=4-7/AllowedCPUs=4-7/g' install.sh
./install.sh
rm install.sh

# Changing default shell
echo "Setting default shell to bash for user pi"
chsh -s $(which bash) pi

# Remove extra packages
echo "Purging extra things"
Expand All @@ -30,7 +33,7 @@ apt-get autoremove -y

echo "Installing additional things"
sudo apt-get update
apt-get install -y network-manager net-tools libatomic1
apt-get install -y network-manager net-tools libatomic1 linuxptp v4l-utils
# mrcal stuff
apt-get install -y libcholmod3 liblapack3 libsuitesparseconfig5

Expand Down

0 comments on commit d04fd33

Please sign in to comment.