mirror of
https://gitlab.postmarketos.org/postmarketOS/pmaports.git
synced 2025-07-12 16:19:48 +03:00
main/postmarketos-ui-console: include zsh
Given that the `console` UI is typically used for an interactive console, pre-install a more user friendly shell and its completions. I also propose that we change the default shell for the default user and ship a minimal configuration to provide a slightly better out-of-the-box experience with this UI. I'd like to hear some feedback before moving forward with this.
This commit is contained in:
parent
afa8c187a9
commit
e5c9dca1c0
1 changed files with 4 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
# Reference: https://postmarketos.org/uipkg
|
||||
# Maintainer: Clayton Craft <clayton@craftyguy.net>
|
||||
pkgname=postmarketos-ui-console
|
||||
pkgver=0.1
|
||||
pkgrel=10
|
||||
pkgver=0.2
|
||||
pkgrel=0
|
||||
pkgdesc="Console environment, with no graphical/touch UI"
|
||||
url="https://postmarketos.org/"
|
||||
arch="noarch"
|
||||
|
@ -12,6 +12,8 @@ depends="
|
|||
postmarketos-base-ui
|
||||
postmarketos-base-ui-networkmanager
|
||||
wireless-tools
|
||||
zsh
|
||||
zsh-completions
|
||||
"
|
||||
options="!check pmb:systemd" # No testsuite
|
||||
subpackages="$pkgname-openrc:_openrc"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue