Prompt for sudo password and programmatically elevate privilege in bash script?
I’m currently working on a bash script that installs and sets up various programs on a stock Linux system (currently, Ubuntu). Because it installs programs and copies a number of files to various folders that require elevated privileges, I’ve already done the standard “I need elevated privileges”-and-exit.