From 75a247797d22c40ddc7c1d7f39fd907c38c1fe56 Mon Sep 17 00:00:00 2001 From: punix Date: Wed, 9 Apr 2025 08:51:18 +0200 Subject: [PATCH] add install >/dev/null 2>&1 --- install | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/install b/install index c217268..0f4e7e2 100755 --- a/install +++ b/install @@ -8,7 +8,7 @@ install_file_with(){ clear mkdir -p ~/.config/wire_py && touch ~/.config/wire_py/keys && cp -u settings ~/.config/wire_py/ && \ mkdir -p ~/.config/systemd/user && cp -u wg_start.service ~/.config/systemd/user/ && \ - systemctl --user enable wg_start.service + systemctl --user enable wg_start.service >/dev/null 2>&1 sudo cp -f org.sslcrypt.policy /usr/share/polkit-1/actions/ if [ $? -ne 0 ] then @@ -29,7 +29,7 @@ install_arch_d(){ clear mkdir -p ~/.config/wire_py && touch ~/.config/wire_py/keys && cp -u settings ~/.config/wire_py/ && \ mkdir -p ~/.config/systemd/user && cp -u wg_start.service ~/.config/systemd/user/ && \ - systemctl --user enable wg_start.service + systemctl --user enable wg_start.service >/dev/null 2>&1 sudo cp -f org.sslcrypt.policy /usr/share/polkit-1/actions/ if [ $? -ne 0 ] then @@ -100,7 +100,7 @@ install(){ clear mkdir -p ~/.config/wire_py && touch ~/.config/wire_py/keys && cp -u settings ~/.config/wire_py/ && \ mkdir -p ~/.config/systemd/user && cp -u wg_start.service ~/.config/systemd/user/ && \ - systemctl --user enable wg_start.service + systemctl --user enable wg_start.service >/dev/null 2>&1 sudo cp -f org.sslcrypt.policy /usr/share/polkit-1/actions/ if [ $? -ne 0 ] then @@ -120,7 +120,7 @@ install(){ clear mkdir -p ~/.config/wire_py && touch ~/.config/wire_py/keys && cp -u settings ~/.config/wire_py/ && \ mkdir -p ~/.config/systemd/user && cp -u wg_start.service ~/.config/systemd/user/ && \ - systemctl --user enable wg_start.service + systemctl --user enable wg_start.service >/dev/null 2>&1 sudo cp -f org.sslcrypt.policy /usr/share/polkit-1/actions/ if [ $? -ne 0 ] then