diff options
| -rw-r--r-- | .config/kbuild/vf2/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/kbuild/vf2/install.sh b/.config/kbuild/vf2/install.sh index 355e5dd..4a6a0d1 100644 --- a/.config/kbuild/vf2/install.sh +++ b/.config/kbuild/vf2/install.sh @@ -25,7 +25,7 @@ if [ "$EUID" -ne 0 ];then fi if [ ! -f /usr/bin/dracut ]; then - echo "kbuild (error): you need either 'dracut'." + echo "kbuild (error): you need 'dracut'." exit 1 fi |
