diff options
author | Dante Catalfamo | 2020-07-08 12:25:30 -0400 |
---|---|---|
committer | Dante Catalfamo | 2020-07-08 12:25:30 -0400 |
commit | 9a7ef1827fd4bd79e4a1103ca1220ecb146f522f (patch) | |
tree | ce793e019771f615da0c4328eff681cad7be2a70 /content/posts/installing-openbsd-on-pcengines/index.org | |
parent | f2aa7968b98bccca632535ae27832c3a28e4259c (diff) | |
download | blog-9a7ef1827fd4bd79e4a1103ca1220ecb146f522f.tar.gz blog-9a7ef1827fd4bd79e4a1103ca1220ecb146f522f.tar.bz2 blog-9a7ef1827fd4bd79e4a1103ca1220ecb146f522f.zip |
Put dnf command on new line
Diffstat (limited to 'content/posts/installing-openbsd-on-pcengines/index.org')
-rw-r--r-- | content/posts/installing-openbsd-on-pcengines/index.org | 9 |
1 files changed, 7 insertions, 2 deletions
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 |