apache, nginx, tor, fdisk

This commit is contained in:
2026-02-21 18:03:07 +01:00
parent 6559569986
commit 917ffadc6a
17 changed files with 114 additions and 17 deletions

View File

@@ -8,9 +8,9 @@
(dir "rustc-1.93.1-src")
(blake3 "c8f492b93a95d64efb51fbcc5eab1e8edc1468a3f5be923c756b69d66892161a")))
(build
(shell "cp bootstrap.example.toml bootstrap.toml || true")
(shell "cp -v bootstrap.example.toml bootstrap.toml || true")
(shell "sed -i '1illvm.targets = \"X86\"' bootstrap.toml")
(shell "sed -i '1ibuild.docs = false' bootstrap.toml")
(shell "sed -i '1iinstall.prefix = \"/opt/rustc\"' bootstrap.toml")
(shell "./x.py install")
(shell "for f in /opt/rustc/bin/*; do ln -s \"$f\" /usr/bin/ || true; done")))
(shell "for f in /opt/rustc/bin/*; do ln -sf \"$f\" /usr/bin/ || true; done")))