Fix Debian error "add-apt-repository: command not found"

This is a command that allows users to easily add external repositories. Fixing the error is simple:

apt update
apt install software-properties-common
Verify:
type apt-add-repository