diff --git a/provision-host.sh b/provision-host.sh index 4347ca6..cf28fb3 100755 --- a/provision-host.sh +++ b/provision-host.sh @@ -21,7 +21,9 @@ curl -L $DOCKER_COMPOSE_URL/docker-compose-$(uname -s)-$(uname -m) -o /usr/local chmod 755 /usr/local/bin/docker-compose # If we want vagrant to work -# dnf -y install libvirt-devel libvirt-glib-devel gcc +# dnf -y install @vagrant +# systemctl enable libvirt +# systemctl start libvirt # Security sed -i 's/^.*PubkeyAuthentication.*$/PubkeyAuthentication yes/' /etc/ssh/sshd_config