Remove the progress bar and fix the downloader
The progress bar *might* be causing problems during the upload. So we remove it and allow the progress to be mysterious to the user Return a non-zero error code if there is a failure Make the cache directory first...
This commit is contained in:
@@ -30,6 +30,7 @@ writeShellApplication {
|
||||
];
|
||||
text =
|
||||
''
|
||||
set -o pipefail
|
||||
function list_isos {
|
||||
''
|
||||
+ (concatStringsSep "\n" (
|
||||
|
||||
Reference in New Issue
Block a user