tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

setup.sh (457B)


      1 #!/bin/bash
      2 # This Source Code Form is subject to the terms of the Mozilla Public
      3 # License, v. 2.0. If a copy of the MPL was not distributed with this
      4 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
      5 
      6 set -ve
      7 
      8 apt-get update -q
      9 apt-get install \
     10    arcanist \
     11    curl \
     12    jq \
     13    libasound2 \
     14    libgtk-3-0 \
     15    libx11-xcb1 \
     16    libxml2-utils \
     17    libxt6 \
     18    libxtst6 \
     19    shellcheck \
     20    unzip \
     21    bzip2 \
     22    wget
     23 
     24 rm -rf /setup