fork download
  1. #!/bin/sh -eo pipefail
  2. apk update && apk upgrade
  3. apk add --no-cache curl
  4. curl -o /tmp/catlint https://s...content-available-to-author-only...s.com/catlint-mm/catlint-linux-alpine
  5. chmod +x /tmp/catlint
  6. /tmp/catlint
  7. fetch http://d...content-available-to-author-only...x.org/alpine/v3.5/main/x86_64/APKINDEX.tar.gz
  8. fetch http://d...content-available-to-author-only...x.org/alpine/v3.5/community/x86_64/APKINDEX.tar.gz
  9. v3.5.3-33-g4e7f2805ed [http://d...content-available-to-author-only...x.org/alpine/v3.5/main]
  10. v3.5.2-348-gf3907a61f6 [http://d...content-available-to-author-only...x.org/alpine/v3.5/community]
  11. OK: 7970 distinct packages available
  12. Upgrading critical system libraries and apk-tools:
  13. (1/1) Upgrading apk-tools (2.6.9-r0 -> 2.6.10-r0)
  14. 7 0% [ ]87100% [###########################################]8Executing busybox-1.25.1-r0.trigger
  15. Continuing the upgrade transaction with new apk-tools:
  16. (1/6) Upgrading musl (1.1.15-r7 -> 1.1.15-r8)
  17. 7 0% [ ]87 1% [ ]87 2% [ ]8(2/6) Upgrading busybox (1.25.1-r0 -> 1.25.1-r2)
  18. 7 2% [# ]87 3% [# ]87 4% [## ]87 5% [## ]87 6% [## ]8Executing busybox-1.25.1-r2.post-upgrade
  19. (3/6) Upgrading libcurl (7.52.1-r3 -> 7.61.1-r1)
  20. 7 6% [## ]87 7% [### ]8(4/6) Upgrading git (2.11.2-r0 -> 2.11.3-r2)
  21. 7 8% [### ]87 9% [#### ]87 10% [#### ]87 11% [##### ]87 12% [##### ]87 13% [###### ]87 15% [###### ]87 16% [###### ]87 17% [####### ]87 18% [####### ]87 19% [######## ]87 20% [######## ]87 21% [######### ]87 22% [######### ]87 23% [########## ]87 24% [########## ]87 25% [########### ]87 26% [########### ]87 28% [############ ]87 29% [############ ]87 30% [############# ]87 31% [############# ]87 32% [############# ]87 33% [############## ]87 34% [############## ]87 35% [############### ]87 36% [############### ]87 38% [################ ]87 39% [################ ]87 40% [################# ]87 41% [################# ]87 42% [################## ]87 44% [################## ]87 45% [################### ]87 46% [################### ]87 47% [#################### ]87 48% [#################### ]87 49% [##################### ]87 50% [##################### ]87 52% [###################### ]87 54% [####################### ]87 55% [####################### ]87 56% [######################## ]87 57% [######################## ]87 58% [######################### ]87 59% [######################### ]87 60% [########################## ]87 62% [########################## ]87 63% [########################### ]87 64% [########################### ]87 65% [############################ ]87 66% [############################ ]87 67% [############################ ]87 68% [############################# ]87 69% [############################# ]87 70% [############################## ]87 71% [############################## ]87 72% [############################## ]87 72% [############################### ]87 73% [############################### ]87 74% [################################ ]87 75% [################################ ]87 77% [################################# ]87 78% [################################# ]87 79% [################################## ]87 81% [################################## ]87 82% [################################### ]87 83% [################################### ]87 84% [#################################### ]87 85% [#################################### ]87 86% [##################################### ]87 87% [##################################### ]8(5/6) Upgrading musl-utils (1.1.15-r7 -> 1.1.15-r8)
  22. 7 87% [##################################### ]8(6/6) Upgrading openssh-client (7.4_p1-r0 -> 7.4_p1-r2)
  23. 7 88% [##################################### ]87 89% [###################################### ]87 90% [###################################### ]87 91% [####################################### ]87 92% [####################################### ]87 93% [######################################## ]87 95% [######################################## ]87 95% [######################################### ]87 96% [######################################### ]87 98% [########################################## ]87 99% [########################################## ]87100% [###########################################]8Executing busybox-1.25.1-r2.trigger
  24. OK: 289 MiB in 37 packages
  25. fetch http://d...content-available-to-author-only...x.org/alpine/v3.5/main/x86_64/APKINDEX.tar.gz
  26. fetch http://d...content-available-to-author-only...x.org/alpine/v3.5/community/x86_64/APKINDEX.tar.gz
  27. (1/1) Installing curl (7.61.1-r1)
  28. 7 0% [ ]87100% [###########################################]8Executing busybox-1.25.1-r2.trigger
  29. OK: 289 MiB in 38 packages
  30. % Total % Received % Xferd Average Speed Time Time Time Current
  31. Dload Upload Total Spent Left Speed
  32.  
  33. 100 32.7M 100 32.7M 0 0 67.7M 0 --:--:-- --:--:-- --:--:-- 67.5M
  34. no metadata files found
  35. Exited with code 1
Runtime error #stdin #stdout #stderr 0s 19640KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
./prog.sh: line 2: apk: command not found
./prog.sh: line 3: apk: command not found
./prog.sh: line 4: curl: command not found
chmod: cannot access '/tmp/catlint': No such file or directory
./prog.sh: line 6: /tmp/catlint: No such file or directory
./prog.sh: line 7: fetch: command not found
./prog.sh: line 8: fetch: command not found
./prog.sh: line 9: v3.5.3-33-g4e7f2805ed: command not found
./prog.sh: line 10: v3.5.2-348-gf3907a61f6: command not found
./prog.sh: line 11: OK:: command not found
./prog.sh: line 12: Upgrading: command not found
./prog.sh: line 13: syntax error near unexpected token `Upgrading'
./prog.sh: line 13: `(1/1) Upgrading apk-tools (2.6.9-r0 -> 2.6.10-r0)'