blob: 79dde1a4c8cf80f6a6e53cd71952f9a305c23c36 (
plain)
1
2
3
4
5
6
7
8
|
Install different profiles for a user on the system
UseCase:
./deploy-profile bob
[write dotfiles of profile bob for logged-in users ~]
./deploy-profile system
[write krebs additions to /etc and /root]
|