mirror of
https://github.com/zardus/ctf-tools
synced 2024-11-10 08:24:12 +00:00
rappel: fix install-root script
This commit is contained in:
parent
da6c5a937b
commit
dd4f08ffdb
2 changed files with 4 additions and 2 deletions
|
@ -1,2 +0,0 @@
|
|||
apt-get install libedit-dev nasm
|
||||
apt-get install libedit-dev:i386
|
4
rappel/install-root-debian
Executable file
4
rappel/install-root-debian
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash -ex
|
||||
|
||||
apt-get install -y libedit-dev nasm
|
||||
apt-get install -y libedit-dev:i386 || true
|
Loading…
Reference in a new issue