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