summarylogtreecommitdiffstats
path: root/arcticfox-config-bin.install
blob: d0cb3ce2b0a6dad298384adea2e8549186a6c14e (plain)
1
2
3
4
5
6
7
8
post_install() {
    :
#!/bin/bash
GROUP="arcticfox"
echo "creating group $GROUP"
groupadd $GROUP
echo "to get access to the arcticfox device add your user to the group $GROUP"
}