Browse Source

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

master
Dejvino 3 years ago
parent
commit
ae72ef0e0d
1 changed files with 5 additions and 2 deletions
  1. +5
    -2
      README.md

+ 5
- 2
README.md 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:
```
# components
$ sudo apk add waybar bemenu swaylock swayidle squeekboard networkmanager htop pavucontrol bash dialog
# system components
$ sudo apk add waybar bemenu swaylock swayidle squeekboard bash dialog tzdata

# user components
$ sudo apk add networkmanager htop pavucontrol

# build tools
$ sudo apk add git make meson ninja cargo linux-headers libinput-dev eudev-dev


Loading…
Cancel
Save