blob: f13ea924afcaad05f57eea828b19a62fb850bb5d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#!/bin/bash
REQUIRED_INSTALLED_PACKAGES="
libqt5gui5
libxrandr-dev
qt5-qmake
qtbase5-dev
qtbase5-dev-tools
qttools5-dev
qttools5-dev-tools
"
REQUIRED_CONTENT_PACKAGES="
libxrandr-dev
"
|