mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 12:28:21 +02:00
🎉 Rename to penpot all devenv docker related files.
This commit is contained in:
parent
3cd0d9636f
commit
132e99ab71
6 changed files with 65 additions and 65 deletions
|
@ -2,11 +2,11 @@
|
|||
|
||||
set -e
|
||||
|
||||
sudo cp /root/.bashrc /home/uxbox/.bashrc
|
||||
sudo cp /root/.vimrc /home/uxbox/.vimrc
|
||||
sudo cp /root/.tmux.conf /home/uxbox/.tmux.conf
|
||||
sudo cp /root/.bashrc /home/penpot/.bashrc
|
||||
sudo cp /root/.vimrc /home/penpot/.vimrc
|
||||
sudo cp /root/.tmux.conf /home/penpot/.tmux.conf
|
||||
|
||||
source /home/uxbox/.bashrc
|
||||
sudo chown uxbox:users /home/uxbox
|
||||
source /home/penpot/.bashrc
|
||||
sudo chown penpot:users /home/penpot
|
||||
|
||||
exec "$@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue