diff options
author | Daniel Weipert <code@drogueronin.de> | 2023-09-07 17:47:11 +0200 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2023-09-07 17:47:11 +0200 |
commit | ed399bc8b1e4c6937ed30cb0ede5c30bddf144f7 (patch) | |
tree | 4d869bbe0739f326dc815e749d6ec0e5c4e730ae /install-arch.sh | |
parent | 1cc0ca3c830dce953f974c25f3907e8a33b65add (diff) |
Use yadm from official repository
Diffstat (limited to 'install-arch.sh')
-rw-r--r-- | install-arch.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/install-arch.sh b/install-arch.sh index d1b3cf9..1c3e1f6 100644 --- a/install-arch.sh +++ b/install-arch.sh @@ -131,8 +131,7 @@ cd $HOME/.local/share/aurutils/git makepkg -irs # dotfiles -aur sync yadm-git -sudo pacman -Sy yadm-git +sudo pacman -Sy yadm yadm clone https://gitlab.com/drogueronin/dotfiles # CLI |