From 81f7397f7f5ad2a0eeb845729ee09ca1891b3a87 Mon Sep 17 00:00:00 2001 From: "284789+b-@users.noreply.github.com" <284789+b-@users.noreply.github.com> Date: Sat, 7 Oct 2023 23:24:25 -0400 Subject: [PATCH] remove existing symlink --- scripts/1password.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/1password.sh b/scripts/1password.sh index e24867fa702..225341a79dc 100755 --- a/scripts/1password.sh +++ b/scripts/1password.sh @@ -13,6 +13,7 @@ rpm-ostree install https://downloads.1password.com/linux/rpm/stable/x86_64/1pass mv /var/opt/1Password /usr/lib/1Password #create symlink /usr/bin/1password pointing to /opt/1Password/1password +rm /usr/bin/1password ln -s /opt/1Password/1password /usr/bin/1password # hacked from 1password-latest.tar.gz//after-install.sh