mirror of
https://github.com/zardus/ctf-tools
synced 2024-11-13 01:17:05 +00:00
Fixed xrop
This commit is contained in:
parent
8000c4af36
commit
c8e7076645
2 changed files with 6 additions and 1 deletions
|
@ -8,5 +8,5 @@ cd ..
|
|||
|
||||
mkdir bin
|
||||
cd bin
|
||||
ln -s ../xrop/xrop
|
||||
ln -s ../xrop/xrop .
|
||||
cd ..
|
||||
|
|
5
xrop/install-root-debian
Executable file
5
xrop/install-root-debian
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash -ex
|
||||
|
||||
apt-get update
|
||||
apt-get install -y zlib1g-dev
|
||||
|
Loading…
Reference in a new issue