diff options
author | jnats <dev@jnats.xyz> | 2021-04-23 22:45:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-23 22:45:46 +0100 |
commit | 7caff9438aaf754eeedcb3637db404d8ce2b5a50 (patch) | |
tree | 601efa60843fa8536e073a5521cbde55741a86c5 /install.sh | |
parent | 8dc15b5353a80d09e2469649c840b02d53bec402 (diff) | |
download | nofetch-7caff9438aaf754eeedcb3637db404d8ce2b5a50.tar.gz nofetch-7caff9438aaf754eeedcb3637db404d8ce2b5a50.tar.bz2 |
Update install.sh
Diffstat (limited to 'install.sh')
-rw-r--r-- | install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ #!/bin/sh +chmod +x nofetch cp nofetch /usr/local/bin/nofetch |