Fix typos on bootstrapping scripts

This commit is contained in:
Ribbon 2025-03-15 17:10:59 +00:00
parent 7e0de63424
commit 37395f5184
2 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
#!/usr/bin/env bash
# This script setup the Redox build system
# It install Rustup, the recipe dependencies for cross-compilation
# and download the build system configuration files
#!/usr/bin/env bash
set -e
##########################################################

View File

@ -1,9 +1,9 @@
#!/usr/bin/env bash
# This script setup the Redox build system with Podman
# It install the Podman dependencies, Rustup, recipes dependencies for cross-compilation
# and download the build system configuration files
#!/usr/bin/env bash
set -e
##########################################################