11 lines
185 B
Markdown
11 lines
185 B
Markdown
# AUR
|
|
|
|
Private Arch User Repo
|
|
|
|
```console
|
|
git checkout backtunnel
|
|
git checkout main
|
|
git subtree add --prefix=backtunnel backtunnel
|
|
git subtree pull --prefix=backtunnel . backtunnel
|
|
```
|