Skip to content

Commit

Permalink
Merge pull request #3776 from raspberrypi/develop
Browse files Browse the repository at this point in the history
Roll out latest updates to production
  • Loading branch information
nathan-contino authored Jul 16, 2024
2 parents 5b7d5b6 + b04d843 commit 3bf4095
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Raspberry Pi OS includes a pre-installed copy of `rpicam-apps`. Before building

[source,console]
----
$ sudo apt-get remove --purge rpicam-apps
$ sudo apt remove --purge rpicam-apps
----

==== Building `rpicam-apps` without building `libcamera`
Expand Down
2 changes: 1 addition & 1 deletion documentation/asciidoc/computers/os/updating.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ If you update your firmware to the latest release and experience an issue, use t

[source,console]
----
$ sudo apt-get update
$ sudo apt update
$ sudo apt install --reinstall raspi-firmware
----

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Alternatively you can use a standalone TFTP server like `tftpd-hpa`.

[,bash]
----
$ sudo apt-get install tftpd-hpa
$ sudo apt install tftpd-hpa
$ sudo systemctl start tftpd-hpa
----

Expand All @@ -72,7 +72,7 @@ DHCP in IPv6 has changed a lot. We need DHCP to at least tell us the address of

[,bash]
----
$ sudo apt-get install isc-dhcp-server
$ sudo apt install isc-dhcp-server
----

Modify the configuration in `/etc/default/isc-dhcp-server`
Expand Down Expand Up @@ -133,7 +133,7 @@ To use IPv6 you really need a router and ISP that supports IPv6. There are sites

[,bash]
----
sudo apt-get install ndisc6
sudo apt install ndisc6
rdisc6 -1 eth0
----

Expand Down

0 comments on commit 3bf4095

Please sign in to comment.