Skip to content

Commit

Permalink
v1.5.1 fix oops
Browse files Browse the repository at this point in the history
  • Loading branch information
James Bishop committed Dec 30, 2023
1 parent ca8d9b0 commit fa3deda
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

v1.5.1
* fixed oops: missing `/scripts/chromium_settings.sh` in prebuilt image

v1.5
* moved chromium settings into separate file `/scripts/chromium_settings.sh`
* added buttons service, configure in `/scripts/buttons_settings.py`
Expand All @@ -12,6 +15,8 @@ v1.5
Starting with this release, your settings are stored in `/scripts/chromium_settings.sh` and `/scripts/buttons_settings.py`, and those two files will NOT be touched during subsequent upgrades using `update_local.sh`, so your settings will survive upgrades.
However, your existing settings will NOT be migrated, so if you use `update_local.sh` to upgrade an existing device you will then need to edit those two files.

You should setup ssh key with superbird first, so that you don't have to type the password a bunch of time during upgrade.

If you are coming from v1.2 you should flash the image from Releases instead, you will end up with much more free space.

v1.4
Expand Down
1 change: 1 addition & 0 deletions install_debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ install_script setup_backlight.sh
install_service backlight.service

install_script start_chromium.sh
install_script chromium_settings.sh
install_service chromium.service

in_target chown -R $USER_NAME /scripts
Expand Down

0 comments on commit fa3deda

Please sign in to comment.