-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
add a module to install stuff from the workarounds folder in /etc and…
… then delete said folder
1 parent
5045d46
commit 1886a11
Showing
2 changed files
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters