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