Compare commits
4 Commits
master
...
update-scr
Author | SHA1 | Date | |
---|---|---|---|
![]() |
146c2a2145 | ||
![]() |
e8ce4603b1 | ||
![]() |
1766222299 | ||
![]() |
8251ec1d6c |
16
scripts/update.sh
Normal file
16
scripts/update.sh
Normal file
@ -0,0 +1,16 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Download the bootstrap script
|
||||
curl -sf https://gitlab.redox-os.org/redox-os/redox/raw/master/bootstrap.sh -o bootstrap.sh
|
||||
# Update Ubuntu/Debian-based systems
|
||||
bash -e bootstrap.sh -d
|
||||
# Update the Rust toolchain
|
||||
rustup update || true
|
||||
# Update the build system source and submodules
|
||||
make pull
|
||||
# Update the relibc folder timestamp
|
||||
touch relibc
|
||||
# Update relibc
|
||||
make prefix
|
||||
# Update recipes
|
||||
make rebuild
|
Reference in New Issue
Block a user