diff options
author | jnats <dev@jnats.xyz> | 2021-04-23 22:45:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-23 22:45:25 +0100 |
commit | 8dc15b5353a80d09e2469649c840b02d53bec402 (patch) | |
tree | f06105f549e07591a3085193e21549e1f40e2b9f | |
parent | 51f202b66b7b30bca8a7cf0cca2e1bf73c038657 (diff) | |
download | nofetch-8dc15b5353a80d09e2469649c840b02d53bec402.tar.gz nofetch-8dc15b5353a80d09e2469649c840b02d53bec402.tar.bz2 |
Create install.sh
-rw-r--r-- | install.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/install.sh b/install.sh new file mode 100644 index 0000000..a4b3f2f --- /dev/null +++ b/install.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +cp nofetch /usr/local/bin/nofetch |