Update main.sh
This commit is contained in:
parent
65ab757e47
commit
be65dc3f78
2
main.sh
2
main.sh
@ -5,6 +5,8 @@ cd ./pika-first-setup
|
|||||||
|
|
||||||
# Get build deps
|
# Get build deps
|
||||||
apt-get build-dep ./ -y
|
apt-get build-dep ./ -y
|
||||||
|
apt-get install curl -y
|
||||||
|
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | CARGO_HOME=/root/.cargo sh -s -- -y
|
||||||
|
|
||||||
# Build package
|
# Build package
|
||||||
dpkg-buildpackage --no-sign
|
dpkg-buildpackage --no-sign
|
||||||
|
Loading…
Reference in New Issue
Block a user