diff options
author | jnats <dev@jnats.xyz> | 2021-04-26 10:25:47 +0100 |
---|---|---|
committer | jnats <dev@jnats.xyz> | 2021-04-26 10:25:47 +0100 |
commit | 6f90b11409c996c045b21e5093aeb1807c1d4f3e (patch) | |
tree | 9e4678aa755b89b43800600c82eef0579093c265 /install.sh | |
parent | b99e016aa628c3e3f6683ca3b049c98e3902a6e7 (diff) | |
download | nofetch-6f90b11409c996c045b21e5093aeb1807c1d4f3e.tar.gz nofetch-6f90b11409c996c045b21e5093aeb1807c1d4f3e.tar.bz2 |
fixed install.sh
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#!/usr/bin/env +#!/usr/bin/env bash FILE=./nofetch |