diff options
| author | Pridon Tetradze <[email protected]> | 2023-01-25 12:38:44 +0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-01-25 12:38:44 +0400 |
| commit | e66633bb08fd6dfef23a21bee578efabcfe972ca (patch) | |
| tree | f2d24bda994be2644e6f9f0864a04adb4b581dec /install.sh | |
| parent | eb537b638217a7b4161b2c5d49321a9818beecb5 (diff) | |
| download | countryfetch-e66633bb08fd6dfef23a21bee578efabcfe972ca.tar.xz countryfetch-e66633bb08fd6dfef23a21bee578efabcfe972ca.zip | |
update installer
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ #!/bin/sh -deno install --allow-all "$@" ./index.ts
\ No newline at end of file +deno install --allow-all -n countryfetch "$@" ./index.ts
\ No newline at end of file |
