Skip to content

Commit

Permalink
add a module to install stuff from the workarounds folder in /etc and…
Browse files Browse the repository at this point in the history
… then delete said folder
MaxMacNeill-UNB committed Jul 21, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 5045d46 commit 1886a11
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/01-workarounds.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name: install workaround packages
type: shell
commands:
- apt install -y /etc/workarounds/blackbox-is-x-terminal-emulator/blackbox-is-x-terminal-emulator_1.0_all.deb
- rm -rf /etc/workarounds
1 change: 1 addition & 0 deletions recipe.yml
Original file line number Diff line number Diff line change
@@ -49,6 +49,7 @@ stages:
- modules/00-vanilla-tour.yml
- modules/00-vanilla-sideload.yml
- modules/00-vanilla-updates-utility.yml
- modules/01-workarounds.yml
- modules/02-waydroid-modules.yml
- modules/03-fswarn.yml
- modules/10-vanilla-abroot-rollback-notifier.yml

0 comments on commit 1886a11

Please sign in to comment.