From 91b194d0e96dea906576354c9150f1f62fedf972 Mon Sep 17 00:00:00 2001 From: Francois B Date: Sun, 25 Mar 2018 13:30:41 +0200 Subject: [PATCH] wireshark set as root only --- repo_functions.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/repo_functions.sh b/repo_functions.sh index 26ce784..7f51288 100644 --- a/repo_functions.sh +++ b/repo_functions.sh @@ -793,9 +793,12 @@ function addRequiredPPA () { runCmd "echo sience-config science-config/group select '$myHomedir ($myHomedir)' | sudo debconf-set-selections" \ "apply settings for science-config pkg" - runCmd "echo oracle-java9-installer shared/accepted-oracle-license-v1-1 select true | sudo /usr/bin/debconf-set-selections" \ + runCmd "echo oracle-java9-installer shared/accepted-oracle-license-v1-1 select true | sudo debconf-set-selections" \ "Accepting Oracle Java SE 9" + runCmd "echowireshark-common wireshark-common/install-setuid boolean true | sudo debconf-set-selections" \ + "Setting Wireshark as root only" + addPPA "noobslab/themes" # themes from noobslab addPPA "noobslab/icons" # icons from noobslab addPPA "numix/ppa" # theme Numix