update script url

This commit is contained in:
Stephan Reinwald 2025-02-23 21:01:19 +01:00
parent 034dec0ae1
commit ea93e00bbb

View File

@ -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