mirror of
https://github.com/openlibrecommunity/olcrtc.git
synced 2026-05-26 07:08:11 +00:00
feat: use compact render
This commit is contained in:
Submodule internal/transport/videochannel/gr updated: 42a61ffd21...fb510cfc73
@@ -374,7 +374,7 @@ if curl -fsSL "$GR_URL" -o "$GR_BIN" 2>/dev/null; then
|
||||
chmod +x "$GR_BIN"
|
||||
echo "[*] QR code for your URI (scan with olcbox):"
|
||||
echo ""
|
||||
"$GR_BIN" "$OLC_URI" 2>/dev/null || echo "[!] QR generation failed"
|
||||
"$GR_BIN" -s "$OLC_URI" 2>/dev/null || echo "[!] QR generation failed"
|
||||
echo ""
|
||||
else
|
||||
echo "[!] Could not download gr ($GR_URL), skipping QR"
|
||||
|
||||
Reference in New Issue
Block a user