Browse Source

changed to 64 bit full

Toastie 8 months ago
parent
commit
01b49c41e8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      linux/curl-indirect-filetransfer.md

+ 1 - 1
linux/curl-indirect-filetransfer.md

@@ -1,3 +1,3 @@
 Download image and pipe the file directly to an FTP server
 
-`curl https://ftp.halifax.rwth-aachen.de/grml/grml32-small_2022.11.iso | curl -T - ftp://username:password@ftp.example.com/boot.iso`
+`curl https://ftp.halifax.rwth-aachen.de/grml/grml64-full_2022.11.iso | curl -T - ftp://username:password@ftp.example.com/boot.iso`