1
0
mirror of https://github.com/Dejvino/pinephone-sway-poc.git synced 2024-11-05 07:40:04 +00:00

Added 'tzdata' package to make the waybar time/date work

This commit is contained in:
Dejvino 2020-07-05 00:19:47 +02:00
parent 7d2f218402
commit ae72ef0e0d

View File

@ -12,8 +12,11 @@ Flash the system onto the phone (either to an SD card or directly to the eMMC wi
Open a terminal on the phone (either through SSH, the serial connection or directly on the screen) and run this: Open a terminal on the phone (either through SSH, the serial connection or directly on the screen) and run this:
``` ```
# components # system components
$ sudo apk add waybar bemenu swaylock swayidle squeekboard networkmanager htop pavucontrol bash dialog $ sudo apk add waybar bemenu swaylock swayidle squeekboard bash dialog tzdata
# user components
$ sudo apk add networkmanager htop pavucontrol
# build tools # build tools
$ sudo apk add git make meson ninja cargo linux-headers libinput-dev eudev-dev $ sudo apk add git make meson ninja cargo linux-headers libinput-dev eudev-dev