From e66633bb08fd6dfef23a21bee578efabcfe972ca Mon Sep 17 00:00:00 2001 From: Pridon Tetradze Date: Wed, 25 Jan 2023 12:38:44 +0400 Subject: update installer --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install.sh') 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 -- cgit v1.2.3