mirror of
https://github.com/Ekultek/Zeus-Scanner.git
synced 2026-03-11 08:55:51 +00:00
created a script for installing xvfb
This commit is contained in:
parent
6cecf4f6d1
commit
cfc348f03f
1 changed files with 4 additions and 0 deletions
4
etc/scripts/install_xvfb.sh
Normal file
4
etc/scripts/install_xvfb.sh
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
|
||||
sudo apt-get install xvfb --yes > /dev/null 2>&1
|
||||
Loading…
Reference in a new issue