mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-18 18:15:50 +00:00
8 lines
151 B
Bash
Executable File
8 lines
151 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -o errexit
|
|
set -o nounset
|
|
set -o xtrace
|
|
|
|
apt-get install --yes build-essential fakeroot devscripts cmake debhelper dh-systemd
|