Update main.sh

This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2024-02-20 23:41:42 +03:00 committed by GitHub
parent 65ab757e47
commit be65dc3f78
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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