Skip to content

Commit

Permalink
revert this
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDavidsonPilon committed May 20, 2024
1 parent 04b3e7c commit 66e9458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update_scripts/upcoming/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export LC_ALL=C

echo "force_turbo=1" | sudo tee -a /boot/config.txt

nmcli con add type ethernet con-name eth0 ifname eth0 autoconnect yes ip4 method auto ip6 method auto ipv6.addr-gen-mode default connection.id eth0 connection.uuid 5e55231f-ea1a-484b-88f9-88e3598c66ae autoconnect-priority 1
nmcli con add type ethernet con-name eth0 ifname eth0 autoconnect yes ipv4.method auto ipv6.method auto ipv6.addr-gen-mode default connection.id eth0 connection.uuid 5e55231f-ea1a-484b-88f9-88e3598c66ae connection.autoconnect-priority 1
nmcli con modify PioreactorLocalLink connection.autoconnect-priority 0 connection.autoconnect no

echo "max_inflight_messages 1000" | sudo tee /etc/mosquitto/mosquitto.conf -a

0 comments on commit 66e9458

Please sign in to comment.