Fixed torbrowser launcher installing systemwide tor service

This commit is contained in:
Pol Kaulfield 2025-05-31 17:59:07 +02:00
parent 2b531a169d
commit 246d24651a
1 changed files with 8 additions and 3 deletions

View File

@ -68,7 +68,7 @@ function add_mullvad_browser()
apt install -y mullvad-browser
}
restore_firefox() {
function restore_firefox() {
wget -q https://packages.mozilla.org/apt/repo-signing-key.gpg -O- > /etc/apt/keyrings/packages.mozilla.org.asc
echo "deb [signed-by=/etc/apt/keyrings/packages.mozilla.org.asc] https://packages.mozilla.org/apt mozilla main" > /etc/apt/sources.list.d/mozilla.list
echo '
@ -80,6 +80,12 @@ Pin-Priority: 1000
apt install firefox -y
}
function add_torbrowser()
{
apt install --no-install-recommends -y \
torbrowser-launcher
}
function remove_snaps() {
while [ "$(snap list | wc -l)" -gt 0 ]; do
@ -134,7 +140,6 @@ function install_apps() {
gwenview \
keepassxc \
kcalc \
torbrowser-launcher \
kate
}
@ -220,8 +225,8 @@ function customize_image() {
add_flatpak
add_brave
add_signal
#restore_firefox
add_mullvad_browser
add_torbrowser
install_debs
disable_cups
disable_avahi