You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ This script needs to run on a 64-bit ARM machine. You can run it on a Raspberry
7
7
8
8
## Usage
9
9
10
-
Go to the "all download options" page at raspberry.com (at the time of writing, at https://www.raspberrypi.com/software/operating-systems/), find the 64-bit "Raspberry Pi OS with desktop" image, and copy the Download URL. (You can also download the image if you prefer, but do not decompress it.)
10
+
Go to the "all download options" page at raspberrypi.com (at the time of writing, at https://www.raspberrypi.com/software/operating-systems/), find the 64-bit "Raspberry Pi OS with desktop" image, and copy the Download URL. (You can also download the image if you prefer, but do not decompress it.)
11
11
12
12
Run the script using the URL of the image, or the path of the downloaded image, as the first argument.
13
13
@@ -31,7 +31,7 @@ After booting your DevTerm, if the printer doesn't show up as an available devic
* X11 and LightDM modifications are skipped if X11 or LightDM are not found. This should allow use with the "Lite" OS image, but only in theory. In practice, the lite image doesn't have enough free space to install the extra packages. A problem for a future version.
6
+
* Removed use of "curl" which is not always installed by default, use "wget" instead.
0 commit comments