Update ES and reset cloud mount attribute on startup.
This commit is contained in:
parent
c111cd0c94
commit
0e7ca0b01f
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue