(Question, should I follow these steps or rather request for browser to be added to our repo? Is it safe to just follow commands bellow?)
https://mullvad.net/en/download/browser/linux
# Download the Mullvad signing key
# Add the Mullvad repository server to aptsudo curl -fsSLo /usr/share/keyrings/mullvad-keyring.asc https://repository.mullvad.net/deb/mullvad-keyring.asc
# Install the packageecho "deb [signed-by=/usr/share/keyrings/mullvad-keyring.asc arch=$( dpkg --print-architecture )] https://repository.mullvad.net/deb/stable $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/mullvad.list
sudo apt update
sudo apt install mullvad-browser