mirror of
https://github.com/tommytran732/QubesOS-Scripts.git
synced 2025-06-07 06:03:00 -04:00
Use apt-get instead of apt
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
f05e5e3973
commit
600912992e
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
# Install packages
|
||||
sudo apt update
|
||||
sudo apt install -y lokinet mullvad-browser resolvconf
|
||||
sudo apt-get update
|
||||
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
|
||||
sudo systemctl enable --now lokinet-dns-fix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue