From 431091d9339ff13af810d55de82fe76a5a0d84fc Mon Sep 17 00:00:00 2001 From: Ward from fusion-voyager-3 Date: Wed, 24 Jul 2024 00:46:05 +0300 Subject: [PATCH] Update to PikaOS 4 --- mainv3.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainv3.sh b/mainv3.sh index 0bf328c..cf8e6c8 100755 --- a/mainv3.sh +++ b/mainv3.sh @@ -21,7 +21,7 @@ cp -vf ./cargo-config-v3.toml ./pika-drivers/.cargo/config.toml cd ./pika-drivers/ # Get build deps -apt-get build-dep ./ +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