Displaying 2 results from an estimated 2 matches for "settput".
2020 Sep 29
3
No Samba NT DOMAIN Name found exitting now...
...name -s)"
> ## domainname.tld, but if you installed correct, you dont need to change
> this
> SETDNSDOMAIN="$(hostname -d)"
> ## hostname.domainname.tld, but if you installed correct, you dont need to
> change this
> SETFQDN="$(hostname -f)"
>
>
> SETTPUT="$(which tput)"
> if [ -z "${SETTPUT}" ]; then
> echo "program tput not found, installing it now.. please wait"
> apt-get update > /dev/null
> apt-get install -y --no-install-recommends ncurses-bin > /dev/null
> fi
>
> RED="$...
2020 Sep 29
0
No Samba NT DOMAIN Name found exitting now...
...e.tld, but if you installed correct, you dont need to change
>> this
>> SETDNSDOMAIN="$(hostname -d)"
>> ## hostname.domainname.tld, but if you installed correct, you dont need
>> to change this
>> SETFQDN="$(hostname -f)"
>>
>>
>> SETTPUT="$(which tput)"
>> if [ -z "${SETTPUT}" ]; then
>> echo "program tput not found, installing it now.. please wait"
>> apt-get update > /dev/null
>> apt-get install -y --no-install-recommends ncurses-bin > /dev/null
>> fi
&...