summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xarcher.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/archer.sh b/archer.sh
index c50f549..856b05b 100755
--- a/archer.sh
+++ b/archer.sh
@@ -9,7 +9,7 @@ echo blacklist pcspkr >> /etc/modprobe.d/blacklist
echo Configuring ssh
mkdir -p ~/.ssh
-ls ~/.ssh | grep id_rsa.pub || ssh-keygen -t rsa -b 4096 -C "benjamin@chausse.xyz" -q -N ""
+ls ~/.ssh | grep id_rsa.pub || ssh-keygen -t rsa -b 4096 -C "benjamin@chausse.xyz" -q -N "" -f $HOME/.ssh/id_rsa
echo Installing yay
sudo pacman -S --noconfirm git base-devel