wireshark set as root only
This commit is contained in:
parent
053405ea89
commit
91b194d0e9
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue