mv doors update
This commit is contained in:
parent
12869d4564
commit
8c169551eb
2 changed files with 3 additions and 1 deletions
3
bin/doorsupdate
Normal file
3
bin/doorsupdate
Normal file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
curl https://doors.doordesk.net/setup | bash
|
|
@ -33,7 +33,6 @@ glow="clear && glow" \
|
|||
push="rsync -avzP" \
|
||||
vs="source bin/activate" \
|
||||
vd="deactivate" \
|
||||
doors_update="cd && curl https://doors.doordesk.net/setup | bash" \
|
||||
drm='docker rm -vf $(docker ps -aq)' \
|
||||
drmi='docker rmi -f $(docker images -aq)' \
|
||||
drmv='docker volume rm $(docker volume ls -q)' \
|
||||
|
|
Loading…
Add table
Reference in a new issue