From a17e29ff724409f6d0fd1f1efe059022fe78250e Mon Sep 17 00:00:00 2001 From: Johannes Knopp Date: Tue, 8 Jul 2025 17:57:33 +0200 Subject: [PATCH] update for cachyos --- install.sh | 3 ++- ssh_askpass.conf | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 ssh_askpass.conf diff --git a/install.sh b/install.sh index 6c1eda7..643332d 100755 --- a/install.sh +++ b/install.sh @@ -17,7 +17,8 @@ create_symlink() { install_package() { local package=$1 if ! command_exists "$package"; then - sudo dnf update && sudo dnf install "$package" + # sudo dnf update && sudo dnf install "$package" + sudo pacman -S "$package" fi } diff --git a/ssh_askpass.conf b/ssh_askpass.conf new file mode 100644 index 0000000..e0f6af6 --- /dev/null +++ b/ssh_askpass.conf @@ -0,0 +1,2 @@ +SSH_ASKPASS=/usr/bin/ksshaskpass +SSH_ASKPASS_REQUIRE=prefer