diff options
author | Astound <kirito@disroot.org> | 2024-08-01 10:49:34 +0800 |
---|---|---|
committer | Astound <kirito@disroot.org> | 2024-08-01 10:49:34 +0800 |
commit | c19d3a94142527e8ed22d48f4f1ee7a00e493a72 (patch) | |
tree | dde0b872ed5ba73df59e0cb7bcfe0b2dacd53cda /hyperterm/hyperterm.sh | |
parent | 0dda73f9f9c7f35a4d3209958bc15cd32ca073b8 (diff) | |
download | hyperterm-c19d3a94142527e8ed22d48f4f1ee7a00e493a72.tar.lz hyperterm-c19d3a94142527e8ed22d48f4f1ee7a00e493a72.tar.xz hyperterm-c19d3a94142527e8ed22d48f4f1ee7a00e493a72.zip |
Add workflow and fix issues
Diffstat (limited to 'hyperterm/hyperterm.sh')
-rw-r--r-- | hyperterm/hyperterm.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hyperterm/hyperterm.sh b/hyperterm/hyperterm.sh index e549048..38b1cb6 100644 --- a/hyperterm/hyperterm.sh +++ b/hyperterm/hyperterm.sh @@ -7,7 +7,7 @@ # License: GNU GPLv3 or later # See archive AUTHORS # -# shellcheck disable=SC1090 +# shellcheck disable=SC1090,SC1091 xhost +local:root > /dev/null 2>&1 |