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