unpriviledged users should be able to update
This commit is contained in:
parent
8d75b8c19f
commit
37fe063060
1 changed files with 1 additions and 1 deletions
|
@ -2,4 +2,4 @@
|
||||||
|
|
||||||
# Simple update doors
|
# Simple update doors
|
||||||
|
|
||||||
cd $HOME/.doors && git pull && ./setup
|
cd "$HOME"/.doors && git pull && ./scripts/copy_and_link
|
||||||
|
|
Loading…
Add table
Reference in a new issue