Use apt-get instead of apt

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2025-05-30 16:03:45 -07:00
parent f05e5e3973
commit 600912992e
No known key found for this signature in database
GPG key ID: 555C902A34EC968F

View file

@ -37,8 +37,8 @@ download https://repository.mullvad.net/deb/mullvad-keyring.asc /usr/share/keyri
echo "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 echo "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
# Install packages # Install packages
sudo apt update sudo apt-get update
sudo apt install -y lokinet mullvad-browser resolvconf sudo apt-get install -y lokinet mullvad-browser resolvconf
download https://raw.githubusercontent.com/TommyTran732/QubesOS-Scripts/main/etc/systemd/system/lokinet-dns-fix.service /etc/systemd/system/lokinet-dns-fix.service download https://raw.githubusercontent.com/TommyTran732/QubesOS-Scripts/main/etc/systemd/system/lokinet-dns-fix.service /etc/systemd/system/lokinet-dns-fix.service
sudo systemctl enable --now lokinet-dns-fix sudo systemctl enable --now lokinet-dns-fix