From a7f718e7dc7e7930e0899e4ab19608e99dd6693f Mon Sep 17 00:00:00 2001 From: Leonard Laszlo Date: Sun, 25 Oct 2020 00:04:09 +0200 Subject: [PATCH] Update test workflow --- test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test.sh b/test.sh index 74cc974..e327940 100755 --- a/test.sh +++ b/test.sh @@ -1,5 +1,5 @@ #!/bin/bash date +"%Y-%m-%d %H:%M:%S" -apt update -apt install docker python curl +sudo apt update +sudo apt install docker python curl