Fix wget installation and README download order

This commit is contained in:
Charmunk 2025-11-08 15:28:49 -05:00 committed by GitHub
parent 53392f0ea6
commit 9fbfd941fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,13 +6,12 @@ set -e
echo "Starting development environment setup..."
sudo apt install -y wget
wget -O /config/workspace/README.md https://hc-cdn.hel1.your-objectstorage.com/s/v3/07ecba76556e3d58d3532ab237ea0aa3dfb6c18e_in-space.md
echo "Updating package manager..."
sudo apt update && sudo apt upgrade -y
sudo apt install -y wget
wget -O /config/workspace/README.md https://hc-cdn.hel1.your-objectstorage.com/s/v3/07ecba76556e3d58d3532ab237ea0aa3dfb6c18e_in-space.md
echo "Installing essential system tools..."
sudo apt install -y \
curl \