Skip to content
Snippets Groups Projects
Commit b601de91 authored by jean-michel's avatar jean-michel
Browse files

improvement on comments

parent 4cec0f95
No related branches found
No related tags found
No related merge requests found
......@@ -59,13 +59,13 @@ config_66(){
out_action "Create and enable tree [system]"
66-tree -v3 -cE system
out_action "Enable ntpd sshd on tree [system]"
out_action "Enable ntpd,sshd on tree [system]"
66-enable -v3 -t system ntpd sshd
out_action "Create enable and make default tree [desktop]"
out_action "Create, enable and set flag default on tree [desktop]"
66-tree -v3 -cEn desktop
out_action "Enable dbus,networkmanager,wpa_supplicant on tree [desktop]"
out_action "Enable dbus,networkmanager,wpa_supplicant services on tree [desktop]"
66-enable -v3 -t desktop dbus networkmanager wpa_supplicant
# avoid permissions access issue
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment