update script url
This commit is contained in:
parent
034dec0ae1
commit
ea93e00bbb
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user