There was an error while loading. Please reload this page.
1 parent 761c30c commit 73f92f8Copy full SHA for 73f92f8
example-bashunit/install.sh
@@ -1,7 +1,3 @@
1
#!/bin/bash
2
3
-curl -o _install.sh https://raw.githubusercontent.com/TypedDevs/bashunit/main/install.sh
4
-
5
-chmod +x _install.sh
6
-./_install.sh
7
-rm _install.sh
+curl -s https://raw.githubusercontent.com/TypedDevs/bashunit/main/install.sh | bash
0 commit comments