mirror of
https://github.com/Mail-0/Zero.git
synced 2026-06-28 06:46:15 +00:00
add zsh installation in postCreateCommand (#1244)
This commit is contained in:
@@ -31,5 +31,5 @@
|
||||
},
|
||||
|
||||
// Use 'postCreateCommand' to run commands after the container is created.
|
||||
"postCreateCommand": "zsh"
|
||||
"postCreateCommand": "apt update && apt install -y zsh && zsh"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user