From 8f4c49d556f2cd5c7736323fcf3eb3784045d82f Mon Sep 17 00:00:00 2001 From: Ward from fusion-voyager-3 Date: Sun, 28 Jul 2024 17:25:45 +0300 Subject: [PATCH] port to pika os 4 --- .github/release-canary-v3 | 2 +- main.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/release-canary-v3 b/.github/release-canary-v3 index 0cfbf08..00750ed 100644 --- a/.github/release-canary-v3 +++ b/.github/release-canary-v3 @@ -1 +1 @@ -2 +3 diff --git a/main.sh b/main.sh index 12404c9..54a9527 100755 --- a/main.sh +++ b/main.sh @@ -16,6 +16,7 @@ cd ./an-anime-game-launcher/ # Get build deps 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