Skip to content

Commit

Permalink
install the tor browser at install time
Browse files Browse the repository at this point in the history
  • Loading branch information
SolidHal committed Dec 7, 2024
1 parent ea16f14 commit 57f9433
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/InstallScripts/InstallPackages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,11 @@ device_model=$(get_device)
# DEBIAN_FRONTEND=noninteractive apt install -y prawnos-gru-config
# fi

if [[ $(uname -m) == "aarch64" ]]
then
# we only build tor for aarch64 aka arm64, sorry armhf
DEBIAN_FRONTEND=noninteractive apt install -y tor-browser
fi

# remove some packages that we don't actually want.
#TODO: determine what packages recommends are bringing these in
Expand All @@ -124,6 +129,7 @@ then

fi


clean_up_local_apt_repo

apt clean -y && apt autoremove --purge -y
Expand Down

0 comments on commit 57f9433

Please sign in to comment.