From 3c16caf5063ef75e8c0f0c243736a0624ac26b4d Mon Sep 17 00:00:00 2001 From: Anna Wiggins Date: Wed, 4 Dec 2019 16:38:32 -0500 Subject: [PATCH] Cleanup on the basic fedora setup script. --- provision-fedora.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/provision-fedora.sh b/provision-fedora.sh index cf28fb3..af5a0af 100755 --- a/provision-fedora.sh +++ b/provision-fedora.sh @@ -2,7 +2,7 @@ # # Must be run as root / sudo -dnf -y install emacs git tmux gnupg2 dnf-plugins-core make go pinentry +dnf -y install emacs git tmux gnupg2 dnf-plugins-core make go pinentry transmission-remote-cli # docker dnf config-manager --add-repo https://download.docker.com/linux/fedora/docker-ce.repo @@ -20,11 +20,6 @@ DOCKER_COMPOSE_URL=https://github.com/docker/compose/releases/download/1.23.2 curl -L $DOCKER_COMPOSE_URL/docker-compose-$(uname -s)-$(uname -m) -o /usr/local/bin/docker-compose chmod 755 /usr/local/bin/docker-compose -# If we want vagrant to work -# dnf -y install @vagrant -# systemctl enable libvirt -# systemctl start libvirt - # Security sed -i 's/^.*PubkeyAuthentication.*$/PubkeyAuthentication yes/' /etc/ssh/sshd_config sed -i 's/^.*PasswordAuthentication.*$/PasswordAuthentication no/' /etc/ssh/sshd_config