add install >/dev/null 2>&1
This commit is contained in:
parent
4b019b0c1f
commit
75a247797d
8
install
8
install
@ -8,7 +8,7 @@ install_file_with(){
|
|||||||
clear
|
clear
|
||||||
mkdir -p ~/.config/wire_py && touch ~/.config/wire_py/keys && cp -u settings ~/.config/wire_py/ && \
|
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/ && \
|
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/
|
sudo cp -f org.sslcrypt.policy /usr/share/polkit-1/actions/
|
||||||
if [ $? -ne 0 ]
|
if [ $? -ne 0 ]
|
||||||
then
|
then
|
||||||
@ -29,7 +29,7 @@ install_arch_d(){
|
|||||||
clear
|
clear
|
||||||
mkdir -p ~/.config/wire_py && touch ~/.config/wire_py/keys && cp -u settings ~/.config/wire_py/ && \
|
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/ && \
|
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/
|
sudo cp -f org.sslcrypt.policy /usr/share/polkit-1/actions/
|
||||||
if [ $? -ne 0 ]
|
if [ $? -ne 0 ]
|
||||||
then
|
then
|
||||||
@ -100,7 +100,7 @@ install(){
|
|||||||
clear
|
clear
|
||||||
mkdir -p ~/.config/wire_py && touch ~/.config/wire_py/keys && cp -u settings ~/.config/wire_py/ && \
|
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/ && \
|
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/
|
sudo cp -f org.sslcrypt.policy /usr/share/polkit-1/actions/
|
||||||
if [ $? -ne 0 ]
|
if [ $? -ne 0 ]
|
||||||
then
|
then
|
||||||
@ -120,7 +120,7 @@ install(){
|
|||||||
clear
|
clear
|
||||||
mkdir -p ~/.config/wire_py && touch ~/.config/wire_py/keys && cp -u settings ~/.config/wire_py/ && \
|
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/ && \
|
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/
|
sudo cp -f org.sslcrypt.policy /usr/share/polkit-1/actions/
|
||||||
if [ $? -ne 0 ]
|
if [ $? -ne 0 ]
|
||||||
then
|
then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user