diff --git a/remote_setup.sh b/remote_setup.sh index d4c6742..b6eb653 100644 --- a/remote_setup.sh +++ b/remote_setup.sh @@ -40,7 +40,7 @@ DOTFILES_DIR=$(mktemp -d) trap 'cleanup_packages; rm -rf "$DOTFILES_DIR"' EXIT # Clone your dotfiles repository into the temporary directory. -git clone https://github.com/yourusername/dotfiles.git "$DOTFILES_DIR" +git clone https://git.bitnest.dev/stephan/remote_test "$DOTFILES_DIR" # Ensure that any required packages are installed. ensure_packages