change url
This commit is contained in:
parent
ca9faca359
commit
3cf6c6e2be
2 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ glow="clear && glow" \
|
|||
push="rsync -avzP" \
|
||||
vs="source bin/activate" \
|
||||
vd="deactivate" \
|
||||
doors_update="cd && curl https://doordesk.net/setup | bash" \
|
||||
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)' \
|
||||
|
|
|
@ -53,7 +53,7 @@ Shell tested on Arch, Ubuntu Server 22.04, Fedora 37, it should work just about
|
|||
### Quick shell (start here):
|
||||
As your new user in your new user's home directory run: (will overwrite some user files)
|
||||
|
||||
1. ```curl https://doordesk.net/setup | bash```
|
||||
1. ```curl https://doors.doordesk.net/setup | bash```
|
||||
|
||||
2. Log out and log back in
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue