Skip to content
This repository was archived by the owner on Dec 26, 2020. It is now read-only.

Commit 65a6a20

Browse files
committed
Version 0.1
1 parent 8f97228 commit 65a6a20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A gui version of umbrel-details. Only works on Raspberry Pis.
55
## Required packages to run this:
66

77
```
8-
sudo apt install libqt5waylandcompositor5 libqt5gui5 libqt5svg5 -y
8+
sudo apt install libqt5gui5 libqt5svg5 libqt5network5 -y
99
```
1010

1111
## Build

umbrel-details.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
QT += gui waylandcompositor svg
1+
QT += gui svg network
22
INCLUDEPATH += qrcode/
33

44
HEADERS += \

0 commit comments

Comments
 (0)