Updated install script
This commit is contained in:
parent
d2de04246c
commit
65b51ef2b2
3
images/characters/.gitignore
vendored
Normal file
3
images/characters/.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
*
|
||||||
|
!*/
|
||||||
|
!.gitignore
|
2
images/characters/large/.gitignore
vendored
Normal file
2
images/characters/large/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
*
|
||||||
|
!.gitignore
|
2
images/characters/medium/.gitignore
vendored
Normal file
2
images/characters/medium/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
*
|
||||||
|
!.gitignore
|
2
images/characters/original/.gitignore
vendored
Normal file
2
images/characters/original/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
*
|
||||||
|
!.gitignore
|
2
images/characters/small/.gitignore
vendored
Normal file
2
images/characters/small/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
*
|
||||||
|
!.gitignore
|
@ -42,7 +42,7 @@ cd $GOPATH/src/github.com/animenotifier/notify.moe
|
|||||||
make all
|
make all
|
||||||
|
|
||||||
# Database
|
# Database
|
||||||
git clone https://github.com/animenotifier/database ~/.aero/db/arn
|
git clone --depth=1 https://github.com/animenotifier/database ~/.aero/db/arn
|
||||||
|
|
||||||
# Configure
|
# Configure
|
||||||
make ports
|
make ports
|
||||||
|
Loading…
Reference in New Issue
Block a user