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
- Host: GitHub
- URL: https://github.com/dnkmmr69420/nixos-bash-script-compatability
- Owner: dnkmmr69420
- Created: 2023-04-04T13:39:33.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-26T13:48:33.000Z (almost 2 years ago)
- Last Synced: 2024-12-25T23:28:10.762Z (5 months ago)
- Topics: backwards-compatibility, bash, bash-script, compatability, nix, nixos, shell
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
```