Skip to content

Commit

Permalink
feat: set default shell to /usr/bin/vso-os-shell
Browse files Browse the repository at this point in the history
the org.gnome.Console schema could be removed in the future
  • Loading branch information
mirkobrombin committed Dec 22, 2023
1 parent e11afa1 commit e0048c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[org.gnome.Console]
shell = [ '/usr/bin/vso', 'shell']
shell = [ '/usr/bin/vso-os-shell']
1 change: 1 addition & 0 deletions modules/00-vanilla-system-operator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ modules:
commands:
- chmod +x /usr/bin/vso-os-shell
- echo "/usr/bin/vso-os-shell" >> /etc/shells
- sed -i 's/^\(SHELL=\).*/\1\/usr\/bin\/vso-os-shell/' /etc/default/useradd
- name: vso-deps-install
type: apt
source:
Expand Down

0 comments on commit e0048c4

Please sign in to comment.