Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
lots0logs committed Aug 1, 2016
1 parent 8e3e09c commit c5f5d33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dist/antergos-iso
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ stop_cnchi() {


start_cnchi() {
stop_cnchi && /usr/bin/cnchi -s bugsnag &
stop_cnchi && /usr/bin/cnchi &

return 0;
}
Expand Down Expand Up @@ -171,6 +171,7 @@ _hotfix_ckbcomp_script_file_permissions() {
_hotfix_cnchi_polkit_policy() {
sudo systemctl restart polkit
sudo sed -r -i 's|\/usr.+ -v|pkexec /usr/share/cnchi/bin/cnchi -s bugsnag|g' '/usr/bin/cnchi'
sudo chmod +x '/usr/share/cnchi/bin/cnchi'
}


Expand Down

0 comments on commit c5f5d33

Please sign in to comment.