From 22ffe9b9161cdd516e99d824744c995237f51540 Mon Sep 17 00:00:00 2001 From: htamas1210 Date: Tue, 30 Dec 2025 20:08:06 +0100 Subject: [PATCH] Update configure.sh --- configure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.sh b/configure.sh index 4498bf8..407a40e 100755 --- a/configure.sh +++ b/configure.sh @@ -61,7 +61,7 @@ echo "Turining on sddm login manager" sudo systemctl enable sddm echo "Cloining kickstart nvim to nvim config location" -git clone https://github.com/htamas1210/kickstart-modular.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim +git clone http://rpiserver.ddns.net:3000/htamas1210/kickstart-modular.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim echo "Installing rust and go and bootdev cli" curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh