4 lines
115 B
Bash
Executable File
4 lines
115 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "Updating the yadm repo origin URL"
|
|
yadm remote set-url origin "git@github.com:MyUser/dotfiles.git" |