chg to fedora

This commit is contained in:
QuackeR 2019-02-28 00:39:35 -06:00
parent 44e36a82d0
commit 50511f2bf9
2 changed files with 1 additions and 7 deletions

View File

@ -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

View File

@ -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