apt update to ensure all links work

This commit is contained in:
henk717 2024-03-07 16:40:24 +01:00 committed by GitHub
parent 7d09b99980
commit 50db1a851c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -186,6 +186,7 @@ if [ "$init" != "skip" ]; then
fi
# Make sure Colab has the system dependencies
sudo apt update
sudo apt install netbase aria2 -y
npm install -g localtunnel
fi