We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0bce4e commit ff5407fCopy full SHA for ff5407f
modules/03-fswarn.yml
@@ -1,8 +1,8 @@
1
name: fswarn
2
type: shell
3
commands:
4
- - mkdir -p /boot/
5
- - cp /sources/fswarn/fswarn*/fswarn*.squash /boot/fswarn.squash
+ - mkdir -p /usr/lib/fswarn
+ - cp /sources/fswarn/fswarn*/fswarn*.squash /usr/lib/fswarn/fswarn.squash
6
sources:
7
- type: tar
8
url: https://github.com/Vanilla-OS/fswarn/releases/download/v1.1/fswarn-x86_64.tar.xz
0 commit comments