mirror of
https://github.com/duma799/hyprduma-config.git
synced 2026-05-14 14:41:00 +00:00
Remove unnecessary comments
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user