jlambert360 / FPM-Installer

THIS SCRIPT IS OUTDATED PLEASE USE THE APPIMAGE REPO INSTEAD.
https://github.com/jlambert360/FPM-AppImage/releases/latest
8 stars 6 forks source link

Shell Tweak #16

Open ThisNekoGuy opened 4 years ago

ThisNekoGuy commented 4 years ago

Changing " #!/bin/sh/ " to " #!/usr/bin/env sh " permits users of terminal shells other than bash, in addition to bash, to run the shell script without issue. As it previously was, the script could not be run using fish.