Skip to content

Commit

Permalink
refactor: remove firefox from extra packages
Browse files Browse the repository at this point in the history
  • Loading branch information
engineervix committed Jul 1, 2022
1 parent a8e9a08 commit 938d472
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -513,14 +513,14 @@ function installExtraPackages() {
# ffmpeg, youtube-dl and more
sudo apt install ffmpeg -y
sudo -H pip3 install youtube-dl
sudo -H pip3 install scour
sudo -H pip3 install yq
sudo apt install libreoffice-common aspell hunspell -y
sudo apt install jq shellcheck -y
sudo apt install inkscape -y
sudo apt install autoconf automake autotools-dev -y
sudo apt install ocrmypdf xvfb rdiff-backup rclone apt-clone firefox -y
sudo apt install ocrmypdf xvfb rdiff-backup rclone apt-clone -y
sudo apt install pandoc sqlite3 poppler-utils ncdu libtool dos2unix -y
sudo -H pip3 install scour
sudo -H pip3 install yq

# https://github.com/travis-ci/travis.rb
gem install travis --no-document
Expand Down

0 comments on commit 938d472

Please sign in to comment.