devops--openstack--lab/vm-1.vm-1.devstack/inception/provision/base.sh

16 lines
261 B
Bash
Raw Normal View History

2024-07-16 11:37:55 +00:00
#!/bin/sh
echo "Installing required system packages"
apt-get update -qq --allow-releaseinfo-change
apt-get install -qq -y \
apt-transport-https \
ca-certificates \
git \
curl \
wget \
vim \
gnupg2 \
fzf \
software-properties-common