mirror of
https://github.com/System-End/spaces.git
synced 2026-04-19 19:55:17 +00:00
Fix wget installation and README download order
This commit is contained in:
parent
53392f0ea6
commit
9fbfd941fe
1 changed files with 3 additions and 4 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue