Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 429 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 429 Bytes

nixos-bash-script-compatability

this adds symlinks to bash in /bin and /usr/bin Some bash scripts can't run on nixos because either /bin/bash or /usr/bin/bash does not exist. This script will fix it. ONLY USE IT ON NIXOS

Script

Run this in the terminal for this script to run. ONLY USE THIS ON NIXOS

bash <(curl -s https://raw.githubusercontent.com/dnkmmr69420/nixos-bash-script-compatability/main/linker.sh)