update for cachyos
This commit is contained in:
@ -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
|
||||
}
|
||||
|
||||
|
||||
2
ssh_askpass.conf
Normal file
2
ssh_askpass.conf
Normal file
@ -0,0 +1,2 @@
|
||||
SSH_ASKPASS=/usr/bin/ksshaskpass
|
||||
SSH_ASKPASS_REQUIRE=prefer
|
||||
Reference in New Issue
Block a user