From 50511f2bf998ec85351491198f8a199a7151aa72 Mon Sep 17 00:00:00 2001 From: QuackeR Date: Thu, 28 Feb 2019 00:39:35 -0600 Subject: [PATCH] chg to fedora --- setup2_ssh.sh | 6 ------ setupo_unins_firefox.sh | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/setup2_ssh.sh b/setup2_ssh.sh index 1aebbb8..6147598 100755 --- a/setup2_ssh.sh +++ b/setup2_ssh.sh @@ -4,9 +4,6 @@ echo "Setting up GnuPG..." sudo dnf install -y gnupg gpg -d id_ed25519.gpg > id_ed25519 -echo "Installing keychain..." -sudo dnf install -y keychain - echo "Copying private key..." mkdir -p ~/.ssh chmod 700 ~/.ssh @@ -15,6 +12,3 @@ cp id_ed25519.pub ~/.ssh/ chmod 600 ~/.ssh/id_ed25519 chmod 644 ~/.ssh/id_ed25519.pub -echo "Configuring keychain..." -echo "# Configured for keychain" >> ~/.bashrc -echo "eval \`keychain --quiet --eval --agents ssh id_ed25519\`" >> ~/.bashrc diff --git a/setupo_unins_firefox.sh b/setupo_unins_firefox.sh index d37f7fe..c0515d3 100755 --- a/setupo_unins_firefox.sh +++ b/setupo_unins_firefox.sh @@ -1,6 +1,6 @@ #!/bin/sh -sudo apt-get purge firefox +sudo dnf remove firefox rm -r ~/.mozilla sudo rm -r /etc/firefox /usr/lib/firefox /usr/lib/firefox-addons