Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
yaronkaikov committed Jul 15, 2024
1 parent f738910 commit 3126d9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packer/scylla_install_image
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3126d9f

Please sign in to comment.