5 lines
122 B
Bash
5 lines
122 B
Bash
#!/bin/sh
|
|
|
|
echo "Updating the yadm repo origin URL"
|
|
yadm remote set-url origin "gitea@danielyrovas.com:dev/dotfiles.git"
|
|
|