From 4957593d0f53051ea03398576ba57fe8b6e0a2e7 Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Sun, 5 May 2024 09:17:34 +0000 Subject: [PATCH] fix gpg command issue --- dotfiles/.local/share/fonts/.uuid | 1 - install.sh | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 dotfiles/.local/share/fonts/.uuid diff --git a/dotfiles/.local/share/fonts/.uuid b/dotfiles/.local/share/fonts/.uuid deleted file mode 100644 index ba1830b6..00000000 --- a/dotfiles/.local/share/fonts/.uuid +++ /dev/null @@ -1 +0,0 @@ -08054b71-444d-4467-9455-e3dd779fc706 \ No newline at end of file diff --git a/install.sh b/install.sh index 90eb8038..113237d7 100755 --- a/install.sh +++ b/install.sh @@ -45,8 +45,7 @@ sudo cp -f ~/dotfiles/bg.jpg /usr/share/backgrounds/bg.jpg xdg-settings set default-web-browser brave-browser.desktop # Import Files, Passwords and Keys -ncs -gpg --import-secret-key ~/Nextcloud/SYNC/exported-keys/private.pgp +gpg --import ~/Nextcloud/SYNC/exported-keys/private.pgp gpg --import ~/Nextcloud/SYNC/exported-keys/public.pgp gpg --import-ownertrust < ~/Nextcloud/SYNC/exported-keys/trustlevel.txt ln -s ~/Nextcloud/SYNC/password-store/ ~/.password-store