aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorPridon Tetradze <[email protected]>2023-01-25 12:38:44 +0400
committerGitHub <[email protected]>2023-01-25 12:38:44 +0400
commite66633bb08fd6dfef23a21bee578efabcfe972ca (patch)
treef2d24bda994be2644e6f9f0864a04adb4b581dec /install.sh
parenteb537b638217a7b4161b2c5d49321a9818beecb5 (diff)
downloadcountryfetch-e66633bb08fd6dfef23a21bee578efabcfe972ca.tar.xz
countryfetch-e66633bb08fd6dfef23a21bee578efabcfe972ca.zip
update installer
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 87478c2..6ceef38 100755
--- a/install.sh
+++ b/install.sh
@@ -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