8 lines
176 B
Text
8 lines
176 B
Text
|
#!/usr/bin/env sh
|
||
|
|
||
|
echo "Updating push-url to use ssh"
|
||
|
yadm remote set-url --push origin "git@git.serguzim.me:serguzim/.dotfiles.git"
|
||
|
|
||
|
echo "Autoinstall base"
|
||
|
autoinstall base
|