check for internet before instlaling things

This commit is contained in:
c0repwn3r 2023-06-26 14:51:09 -04:00
parent 4064968159
commit dea416b3ed
Signed by: core
GPG Key ID: FDBF740DADDCEECF
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ sources:
- https://git.e3t.cc/~core/trifid - https://git.e3t.cc/~core/trifid
tasks: tasks:
- setup: | - setup: |
ping -c 1 1.1.1.1
curl https://sh.rustup.rs -sSf | sh -s -- -y curl https://sh.rustup.rs -sSf | sh -s -- -y
source ~/.cargo/env source ~/.cargo/env
rustup target add x86_64-unknown-linux-musl rustup target add x86_64-unknown-linux-musl