Skip to content

Commit

Permalink
libssl-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-te authored Aug 21, 2024
1 parent 5fb878b commit 0f8dbb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/60-install-displaylink-driver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ name: install-displaylink-driver
type: shell
commands:
- apt-get update
- apt-get install -y linux-headers-generic
- apt-get install -y linux-headers-generic libssl-dev
- apt-get install -y displaylink-driver
- apt-get remove -y linux-headers-generic
- apt-get remove -y linux-headers-generic libssl-dev

0 comments on commit 0f8dbb6

Please sign in to comment.