Fix on GXDE OS initiate XDG_DATA_DIRS

Signed-off-by: shenmo <jifengshenmo@outlook.com>
This commit is contained in:
2024-09-06 18:32:53 +00:00
committed by Gitee
parent 80eeb69d28
commit 777dcc1a38

View File

@@ -93,6 +93,13 @@ fi
# The code above is modified from https://blog.csdn.net/yaxuan88521/article/details/120516298
/opt/ace-host-integration/ace-host-integration
## Fix on GXDE OS initiate XDG_DATA_DIRS
if [ $(which aptss) ];then
APT_COMMAND=aptss
/usr/bin/apt update