Skip to content

Commit 73f92f8

Browse files
committed
Simplify install.sh
1 parent 761c30c commit 73f92f8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

example-bashunit/install.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
#!/bin/bash
22

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
3+
curl -s https://raw.githubusercontent.com/TypedDevs/bashunit/main/install.sh | bash

0 commit comments

Comments
 (0)