mv doors update

This commit is contained in:
Adam 2023-06-19 20:08:29 -04:00
parent 12869d4564
commit 8c169551eb
2 changed files with 3 additions and 1 deletions

3
bin/doorsupdate Normal file
View file

@ -0,0 +1,3 @@
#!/bin/bash
curl https://doors.doordesk.net/setup | bash

View file

@ -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)' \