Add hint regarding requirements.

This commit is contained in:
Michael Lipp 2025-03-07 20:52:10 +01:00
parent 2aa4116e95
commit 29bc6f539c

View file

@ -1,5 +1,8 @@
#!/usr/bin/bash
# Note that this script requires "jq" to be installed and a version
# of loginctl that accepts the "-j" option.
while [ "$#" -gt 0 ]; do
case "$1" in
--path) shift; ttyPath="$1";;