From 3126d9f2cae9c30435db8af5c68c3c829c0d92a5 Mon Sep 17 00:00:00 2001 From: Yaron Kaikov Date: Mon, 15 Jul 2024 15:27:02 +0300 Subject: [PATCH] wip --- packer/scylla_install_image | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packer/scylla_install_image b/packer/scylla_install_image index 439734e..5db188f 100755 --- a/packer/scylla_install_image +++ b/packer/scylla_install_image @@ -95,11 +95,11 @@ if __name__ == '__main__': run('apt-get purge -y acpid motd-news-config fwupd-signed', shell=True, check=True) run('apt-get purge -y udisks2', shell=True, check=True) - # drop packages does not needed anymore + # drop packages does not need anymore run('apt-get autoremove --purge -y', shell=True, check=True) if args.target_cloud == 'aws': - run('apt-get install -y pip pipx', shell=True, check=True) + run('apt-get install -y pipx', shell=True, check=True) run('pipx install https://s3.amazonaws.com/cloudformation-examples/aws-cfn-bootstrap-py3-2.0-18.tar.gz', shell=True, check=True) # install .deb version of ssm-agent since we dropped snapd version