Skip to content

Commit

Permalink
auto updated by update.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
wszqkzqk committed Feb 2, 2019
1 parent cd8ec01 commit afb04bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions KDE-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ echo '即将开始安装...'
sudo dpkg -i *.deb
echo '安装完成,正在自动安装依赖...'
sudo apt install -f
echo '依赖安装完成正在配置环境'
cp ./gsd-xsettings.sh $HOME/.config/autostart-scripts/gsd-xsettings.sh
echo '执行完成'
$HOME/.config/autostart-scripts/gsd-xsettings.sh
2 changes: 2 additions & 0 deletions gsd-xsettings.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
/usr/lib/gnome-settings-daemon/gsd-xsettings

0 comments on commit afb04bc

Please sign in to comment.