mirror of
https://github.com/zardus/ctf-tools
synced 2024-12-04 18:29:26 +00:00
install guile dev on ubuntu
This commit is contained in:
parent
17d6bceea0
commit
e8b8b976ba
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash -ex
|
||||
set -eu -o pipefail
|
||||
|
||||
apt-get -y install texinfo
|
||||
apt-get -y install texinfo guile-2.0-dev
|
||||
|
|
Loading…
Reference in a new issue