Find the correct install paths for systemd units and udev rules (#2046)
This commit is contained in:
parent
52511f3ccb
commit
0d4dfcd708
7 changed files with 71 additions and 2 deletions
|
|
@ -61,6 +61,7 @@ apt-get install -y --no-install-recommends \
|
|||
libxtst-dev \
|
||||
nodejs \
|
||||
npm \
|
||||
udev \
|
||||
wget
|
||||
if [[ "${TARGETPLATFORM}" == 'linux/amd64' ]]; then
|
||||
apt-get install -y --no-install-recommends \
|
||||
|
|
|
|||
|
|
@ -60,6 +60,7 @@ apt-get install -y --no-install-recommends \
|
|||
libxfixes-dev \
|
||||
libxrandr-dev \
|
||||
libxtst-dev \
|
||||
udev \
|
||||
wget
|
||||
if [[ "${TARGETPLATFORM}" == 'linux/amd64' ]]; then
|
||||
apt-get install -y --no-install-recommends \
|
||||
|
|
|
|||
|
|
@ -61,6 +61,7 @@ apt-get install -y --no-install-recommends \
|
|||
libxfixes-dev \
|
||||
libxrandr-dev \
|
||||
libxtst-dev \
|
||||
udev \
|
||||
wget
|
||||
if [[ "${TARGETPLATFORM}" == 'linux/amd64' ]]; then
|
||||
apt-get install -y --no-install-recommends \
|
||||
|
|
|
|||
|
|
@ -60,6 +60,7 @@ apt-get install -y --no-install-recommends \
|
|||
libxfixes-dev \
|
||||
libxrandr-dev \
|
||||
libxtst-dev \
|
||||
udev \
|
||||
wget
|
||||
if [[ "${TARGETPLATFORM}" == 'linux/amd64' ]]; then
|
||||
apt-get install -y --no-install-recommends \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue