Update ES and reset cloud mount attribute on startup.

This commit is contained in:
fewtarius 2022-04-03 13:12:46 -04:00
parent c111cd0c94
commit 0e7ca0b01f
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A
2 changed files with 4 additions and 1 deletions

View file

@ -21,3 +21,6 @@ fi
ln -sf /tmp/cache /storage/cache/.cores
### We do not want to mount the cloud drive on startup
### so we'll reset the mount option to 0.
set_setting clouddrive.mounted 0

View file

@ -3,7 +3,7 @@
# Copyright (C) 2020-present Fewtarius
PKG_NAME="emulationstation"
PKG_VERSION="c28c040"
PKG_VERSION="136bd5d"
PKG_GIT_CLONE_BRANCH="main"
PKG_REV="1"
PKG_ARCH="any"