Bugfix: quotes were downloading to wrong location

This commit is contained in:
Igor Pecovnik 2025-11-12 14:33:07 +01:00 committed by Igor
parent 05303e8474
commit db842095bc
1 changed files with 1 additions and 1 deletions

View File

@ -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"