4 lines
125 B
Bash
Executable File
4 lines
125 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "Setting the yadm repo origin URL to SSH..."
|
|
yadm remote set-url origin "git@github.com:fwonkas/dotfiles.git" |