Remove unnecessary comments

This commit is contained in:
duma799
2026-02-11 21:03:58 +04:00
committed by duma
parent feb72411c2
commit ad18849718
-4
View File
@@ -1,6 +1,4 @@
#!/bin/bash #!/bin/bash
# HyprDuma Config - Quick Installer
# Usage: curl -fsSL https://raw.githubusercontent.com/duma799/hyprduma-config/master/install.sh | bash
set -e set -e
@@ -24,6 +22,4 @@ git clone --depth 1 "$REPO" "$TMPDIR/hyprduma-config" 2>/dev/null
echo -e "\033[36m=> Launching installer...\033[0m\n" echo -e "\033[36m=> Launching installer...\033[0m\n"
# </dev/tty reconnects stdin to the terminal so interactive prompts work
# even when this script is piped from curl
python3 "$TMPDIR/hyprduma-config/install.py" </dev/tty python3 "$TMPDIR/hyprduma-config/install.py" </dev/tty