mirror of
https://github.com/status-im/go-waku.git
synced 2025-01-13 15:24:46 +00:00
9 lines
111 B
Bash
Executable File
9 lines
111 B
Bash
Executable File
#!/bin/bash
|
|
|
|
git config --global --add safe.directory /go-waku
|
|
make
|
|
|
|
cd /go-waku/scripts/linux
|
|
|
|
./fpm-build.sh
|