Add flock to prerequisites

This commit is contained in:
Fierelier 2024-02-15 16:39:57 +01:00
parent a68ccd22ea
commit 5380e12f77
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@ A file-system manager similar to GVfs, but without a daemon, and without dbus
Prerequisites:
* bash
* coreutils
* flock
* mount
* umount
* eject

View File

@ -1,6 +1,7 @@
#!/usr/bin/env bash
prereqs=(
"bash"
"flock"
"mkdir"
"mount"
"umount"