aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFridon <[email protected]>2022-06-20 17:47:27 +0400
committerFridon <[email protected]>2022-06-20 17:47:27 +0400
commit0047da251541b879ab95d09ba292e35da132ab51 (patch)
tree204ba6bfd9b52bf8746c1070be003d2ad8a20d18
parenta64258e7748134d4e0a114e0d893c139ad9c331b (diff)
downloadcountryfetch-0047da251541b879ab95d09ba292e35da132ab51.tar.xz
countryfetch-0047da251541b879ab95d09ba292e35da132ab51.zip
add installation script
-rwxr-xr-xinstall.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/install.sh b/install.sh
new file mode 100755
index 0000000..e40e384
--- /dev/null
+++ b/install.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+deno install --allow-all ./main.ts \ No newline at end of file