mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-04-11 18:59:19 -04:00
removed sudo and removed source code after build
This commit is contained in:
parent
c593212379
commit
93f9401222
@ -35,7 +35,8 @@ deps-base:
|
||||
cd capnproto-c++-1.0.2; \
|
||||
./configure; \
|
||||
make -j6 check; \
|
||||
sudo make install;
|
||||
make install; \
|
||||
rm -rf capnproto-*;
|
||||
|
||||
# Install Rust
|
||||
deps-rust:
|
||||
|
Loading…
x
Reference in New Issue
Block a user