bash/usr-local-bin/nheko: comment command, run nightly

This commit is contained in:
Aminda Suomalainen 2022-04-02 19:42:11 +03:00
parent 0a2297537a
commit 62725f5c25
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
#!/usr/bin/env bash
set -x
flatpak run io.github.NhekoReborn.Nheko $@
#flatpak run io.github.NhekoReborn.Nheko $@
flatpak run io.github.NhekoReborn.Nheko//master $@
set +x