diff options
author | Yaroslav <contact@yaroslavps.com> | 2020-02-18 10:11:28 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2020-02-18 10:11:28 +0300 |
commit | c61ed972172cd77608648cb415d0a4ee0638d9d7 (patch) | |
tree | e263ab5b332b6558f0f27539fd4100e7be3e1fad /install.sh | |
parent | f8caca887f787f52271d9a5d6e06c2bdd6efcb40 (diff) | |
download | swayrice-c61ed972172cd77608648cb415d0a4ee0638d9d7.tar.gz swayrice-c61ed972172cd77608648cb415d0a4ee0638d9d7.zip |
pam rules; forgot to add lid close/open script
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ cp -r system/lightdm/ /etc/lightdm/ cp systemd/hotspot.service /etc/systemd/system/ cp systemd/startupsound.service /etc/systemd/system/ cp system/plymouth/bgrt.plymouth /usr/share/plymouth/themes/bgrt/bgrt.plymouth +cp system/pam.d/* /etc/pam.d/ plymouth-set-default-theme -R bgrt |