From 9a7ef1827fd4bd79e4a1103ca1220ecb146f522f Mon Sep 17 00:00:00 2001 From: Dante Catalfamo Date: Wed, 8 Jul 2020 12:25:30 -0400 Subject: Put dnf command on new line --- content/posts/installing-openbsd-on-pcengines/index.org | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'content/posts/installing-openbsd-on-pcengines/index.org') diff --git a/content/posts/installing-openbsd-on-pcengines/index.org b/content/posts/installing-openbsd-on-pcengines/index.org index b04bf9c..96641f3 100644 --- a/content/posts/installing-openbsd-on-pcengines/index.org +++ b/content/posts/installing-openbsd-on-pcengines/index.org @@ -47,8 +47,13 @@ that I inserted the drive into the USB port on the APU2. I then plugged one end of the DB9F end of the serial adapter into the APU2, and the USB end into my PC. My desktop runs Fedora, so I had to -install the =cu= utility using =sudo dnf install cu=. I then dialed it -up using the serial adapter with the command +install the =cu= utility using + +#+BEGIN_SRC shell +sudo dnf install cu +#+END_SRC + +I then dialed it up using the serial adapter with the command #+BEGIN_SRC shell sudo cu -s 115200 -l /dev/ttyUSB0 -- cgit v1.2.3