Update patch_for_bullseye.sh

This commit is contained in:
DenzelChen 2021-11-22 10:33:02 +08:00
parent 937147514c
commit b62cc3d47e
1 changed files with 5 additions and 1 deletions

View File

@ -4,8 +4,12 @@ cd "$(dirname "$current_file")"
#sudo cp /boot/config.txt /boot/config-backup.txt
#sudo cp ./config.txt /boot/config.txt
sudo cp /usr/lib/arm-linux-gnueabihf/libmmal.so /usr/lib/arm-linux-gnueabihf/libmmal-backup.so.backup
sudo cp ./libmmal.so /usr/lib/arm-linux-gnueabihf/libmmal.so
echo "patched complete! Please reboot the system!"
sudo cp /opt/vc/lib/libmmal.so /opt/vc/lib/libmmal.so.bak
sudo cp ./libmmal.so /opt/vc/lib/libmmal.so
echo "patched complete!"