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