Skip to content

Commit d960fa6

Browse files
authored
Merge pull request #19 from louiscenter/script-url
README & install.sh updates
2 parents 246b808 + 77d6da6 commit d960fa6

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

.DS_Store

-6 KB
Binary file not shown.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ bundles/bundle.js
55
data.json
66
archives
77
package-lock.json
8+
.DS_Store

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ s_has() {
55
}
66

77
# install node
8-
if s_has "node" ; then
8+
if s_has "node" && s_has "npm" ; then
99
echo "node installed"
1010
else
1111
echo "0. node is not installed. Installing..."

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ It's just a seeder, without HTTP mirroring or anything special, yet.
77

88
## installation
99
```
10-
$ curl -o- https://git.io/vxpck | bash
10+
$ curl -o- https://raw.githubusercontent.com/new-computers/seeder/master/install.sh | bash
1111
```
1212
It'll install everything you need.
1313

0 commit comments

Comments
 (0)