mirror of
https://github.com/zardus/ctf-tools
synced 2024-12-04 18:29:26 +00:00
Update install-root-ubuntu
Removed build-dep due to 16.04 failing with it.
This commit is contained in:
parent
66a86d9c22
commit
81ca264d23
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
set -eu -o pipefail
|
||||
|
||||
apt-get update
|
||||
apt-get -y build-dep qemu
|
||||
#apt-get -y build-dep qemu
|
||||
apt-get -y install software-properties-common
|
||||
add-apt-repository -y ppa:phulin/panda
|
||||
apt-get update
|
||||
|
|
Loading…
Reference in a new issue