Skip to content

Commit ff5407f

Browse files
committed
fix: install fswarn to /usr/lib
1 parent f0bce4e commit ff5407f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/03-fswarn.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: fswarn
22
type: shell
33
commands:
4-
- mkdir -p /boot/
5-
- cp /sources/fswarn/fswarn*/fswarn*.squash /boot/fswarn.squash
4+
- mkdir -p /usr/lib/fswarn
5+
- cp /sources/fswarn/fswarn*/fswarn*.squash /usr/lib/fswarn/fswarn.squash
66
sources:
77
- type: tar
88
url: https://github.com/Vanilla-OS/fswarn/releases/download/v1.1/fswarn-x86_64.tar.xz

0 commit comments

Comments
 (0)