An open API service indexing awesome lists of open source software.

https://github.com/dnkmmr69420/nixos-bash-script-compatability

this adds symlinks to bash in /bin and /usr/bin
https://github.com/dnkmmr69420/nixos-bash-script-compatability

backwards-compatibility bash bash-script compatability nix nixos shell

Last synced: 3 months ago
JSON representation

this adds symlinks to bash in /bin and /usr/bin

Awesome Lists containing this project

README

        

# 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
bash <(curl -s https://raw.githubusercontent.com/dnkmmr69420/nixos-bash-script-compatability/main/linker.sh)
```