#!/bin/bash source ../any/sudo_user.sh || exit 1 echo "Добавление пользователя в группу sudo." usermod -aG sudo "$1" ../any/pkexec.sh "$1"