Add auto update script and needed script metadata

This commit is contained in:
BtbN
2022-07-12 19:55:52 +02:00
parent 38fccdcd44
commit 42202d95bc
9 changed files with 88 additions and 2 deletions

View File

@ -1,5 +1,7 @@
#!/bin/bash
SCRIPT_SKIP="1"
ffbuild_enabled() {
[[ $TARGET != linux* ]] && return -1
return 0