Skip to content

Commit

Permalink
displaylink-debian
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-te authored Aug 21, 2024
1 parent f46258b commit e50fa35
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions modules/60-install-displaylink-debian.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: install-displaylink-driver
type: shell
commands:
- git clone https://github.com/AdnanHodzic/displaylink-debian.git
- cd displaylink-debian
- ./displaylink-debian.sh --debug
2 changes: 1 addition & 1 deletion recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ stages:
- name: non-standard-installs # everything that is more complicated than `apt-get install`
type: includes
includes:
- modules/60-install-displaylink-driver.yml
- modules/60-install-displaylink-debian.yml

- name: remote-packages # install packages from remote repositories
type: apt
Expand Down

0 comments on commit e50fa35

Please sign in to comment.