|
@@ -341,7 +341,8 @@ if [ $res -eq 0 ]; then
|
|
|
echo "[INFO]: Copy application icon to desktop..."
|
|
|
cp ${rvc_pkg_rvc}/Resources/spexplorerauto.desktop /home/$rvc_user/Desktop
|
|
|
|
|
|
- if [ $installType -eq 1 ]; then
|
|
|
+ #暂未商定结论,暂时不黑屏UOS
|
|
|
+ if [ $installType -eq 5 ]; then
|
|
|
echo [INFO]去除桌面组件应用程序的执行权限,实现开机黑屏
|
|
|
sudo chmod -x /usr/bin/dde-desktop
|
|
|
sudo chmod -x /usr/bin/dde-dock
|