5ec9a796fa
This is squashed 6 commits into the first one. - Fix containing unneccessary files that prevents dpkg install - Move rustc-nightly from disabled-package to package - Reduce the amount of disk needed - Fix using specific version of beta - Fix wrong PATH value - Fix how to retrieve LLVM_VERSION
3 lines
113 B
Bash
3 lines
113 B
Bash
#!/data/data/com.termux/files/usr/bin/sh
|
|
export PATH=/data/data/com.termux/files/usr/opt/rustc-nightly/bin:$PATH
|