From 5474cf1699bb68119b3c434bc543518719b0ae7b Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 1 Jun 2022 16:16:08 +0200 Subject: [PATCH] sudo brother_ql_print for ALL --- ISOconfig.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ISOconfig.sh b/ISOconfig.sh index 3262ca3..1a9d3d6 100755 --- a/ISOconfig.sh +++ b/ISOconfig.sh @@ -297,6 +297,9 @@ echo "$USER ALL=(ALL) NOPASSWD:/usr/bin/apt" | (sudo su -c 'EDITOR="tee" visudo ## USED FOR "systemctl restart ipfs" echo "$USER ALL=(ALL) NOPASSWD:/bin/systemctl" | (sudo su -c 'EDITOR="tee" visudo -f /etc/sudoers.d/systemctl') +## brother_ql_print +echo "$USER ALL=(ALL) NOPASSWD:/usr/local/bin/brother_ql_print" | (sudo su -c 'EDITOR="tee" visudo -f /etc/sudoers.d/brother_ql_print') + ## INSTALL TiddlyWiki [[ ! -f ~/.zen/ipfs/.${IPFSNODEID}/index.html ]] && mkdir -p ~/.zen/ipfs/.${IPFSNODEID} && cp ~/.zen/astrXbian/.install/templates/tiddlywiki/index.html ~/.zen/ipfs/.${IPFSNODEID}/index.html