diff options
author | bitSheriff | 2024-11-20 18:02:03 +0100 |
---|---|---|
committer | bitSheriff | 2024-11-20 18:02:03 +0100 |
commit | 668fb16879e6dacac04b1860356acd3615a952c2 (patch) | |
tree | bdf53692d614ce73226fae396af72569b84f17f0 /justfile | |
parent | a1cfe23365f82a29b56e28da1fe7167e76575497 (diff) | |
download | aur-668fb16879e6dacac04b1860356acd3615a952c2.tar.gz |
added recipe to add AUR git
Diffstat (limited to 'justfile')
-rw-r--r-- | justfile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -56,3 +56,7 @@ clean: # Build and install the package install: makepkg -si + +# adds the AUR git remote +add-aur: + git remote add aur ssh://aur@aur.archlinux.org/dunst-timer.git |