From c08ab98f75667dc13017b2926b736969d6fd6210 Mon Sep 17 00:00:00 2001 From: Adolfo Delorenzo Date: Sat, 10 Jul 2021 19:19:23 +0200 Subject: [PATCH] Update 'firstboot.sh' --- firstboot.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/firstboot.sh b/firstboot.sh index 11b37c0..8357d3f 100755 --- a/firstboot.sh +++ b/firstboot.sh @@ -1,8 +1,10 @@ #!/bin/bash -# Install Docker +#Initial packages apt update -apt install curl apt-transport-https ca-certificates curl gnupg lsb-release -y +apt install curl apt-transport-https ca-certificates gnupg lsb-release -y + +# Install Docker curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg echo \ "deb [arch=amd64 signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/ubuntu \