From: Michael Tremer Date: Wed, 15 Aug 2018 10:10:59 +0000 (+0100) Subject: aws: Import pakfire keys before the first launch X-Git-Tag: v2.21-core123~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6cf586436b1e394375df7c9f1f5e36189143b855;p=ipfire-2.x.git aws: Import pakfire keys before the first launch Signed-off-by: Michael Tremer --- diff --git a/src/initscripts/helper/aws-setup b/src/initscripts/helper/aws-setup index 2cd63136dc..97293fd139 100644 --- a/src/initscripts/helper/aws-setup +++ b/src/initscripts/helper/aws-setup @@ -111,6 +111,9 @@ import_aws_configuration() { # Download the user-data script only on the first boot if [ ! -e "/var/ipfire/main/firstsetup_ok" ]; then + # Initialize pakfire + /etc/init.d/pakfire start + # Install all available updates pakfire update && pakfire upgrade -y