Files
PUB-Scripts/EntraID_Ubuntu_Authentication/003_sudo_aad_user.sh
2024-03-28 09:33:44 +01:00

5 lines
86 B
Bash

#!/bin/bash
# Add the current user to the sudo group
sudo usermod -aG sudo $(whoami)