mirror of https://github.com/armbian/build.git
Bugfix: quotes were downloading to wrong location
This commit is contained in:
parent
05303e8474
commit
db842095bc
|
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
curl --max-time 2 -L -s -o "/tmp/quotes.txt" "https://github.armbian.com/quotes.txt"
|
curl --max-time 2 -L -s -o "/etc/update-motd.d/quotes.txt" "https://github.armbian.com/quotes.txt"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue