aboutsummaryrefslogtreecommitdiffstats
path: root/testing/networkmanager/networkmanager.post-install
blob: 66392d21e1555982a071c434aa8ee4f8181f68dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh

NORMAL="\033[1;0m"
STRONG="\033[1;1m"
GREEN="\033[1;32m"

print_strong() {
        local prompt="${STRONG}$1 ${GREEN}$2${NORMAL}"
        printf "${prompt} %s\n"
}

print_strong "\nTo modify system network connections without the root password:" " add your user account to the 'plugdev' group.\n"
exit 0