diff options
author | Jesus <heckyel@riseup.net> | 2023-09-25 01:23:04 +0800 |
---|---|---|
committer | Jesus <heckyel@riseup.net> | 2023-09-25 01:23:04 +0800 |
commit | 5b0b70e3ec416f8bfdfe3a65c853e3bbc403d923 (patch) | |
tree | 002c6de5dbaa25b99944b06b337ea5558e1616e8 | |
parent | 138734cd00be2e966931691f62f0831cff7bf724 (diff) | |
download | hyperbola-bootstrap-5b0b70e3ec416f8bfdfe3a65c853e3bbc403d923.tar.lz hyperbola-bootstrap-5b0b70e3ec416f8bfdfe3a65c853e3bbc403d923.tar.xz hyperbola-bootstrap-5b0b70e3ec416f8bfdfe3a65c853e3bbc403d923.zip |
README.md: update
-rw-r--r-- | README.md | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -12,7 +12,17 @@ Make your Hyperbola GNU+Linux-libre bootstrap: # bash make-bootstrap-file.sh ``` -> if you want you can change the download repository inside make-bootstrap-file.sh: REPO_URL +If you want change the download repository + +```console +# bash make-bootstrap-file.sh -u https://mirror.fsf.org/hyperbola/gnu-plus-linux-libre/testing +``` + +Change tarballs files permissions, example: + +```console +$ doas chown 1000:1000 hyperbola-bootstrap-x86_64.tar.gz* +``` License ======= |