aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
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