Skip to content

Commit

Permalink
This adds 32bit configuration for chromium web browser- (Solves -#426) (
Browse files Browse the repository at this point in the history
#460)

* This adds 32bit configuration for chromium

This adds 32bit configuration for chromium

This adds quiet flag into the wget

Applying the 32bit diffrentiation

* Adding final changes
  • Loading branch information
Pranav Kulshrestha authored and tabesin committed Apr 13, 2019
1 parent 8823ab2 commit 40ee9ac
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions scripts/packages/chromium-package.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/bash
# Installing chromium 32 bit or 64 bit browser
if [ "$arch" == "i386" ];
then
sudo apt-get -qq -y install chromium-browser:i386
else
sudo apt-get -qq -y install chromium-browser

# Installing pepper flash plugin for chromium web-browser
sudo apt-get -qq -y install pepperflashplugin-nonfree
fi

0 comments on commit 40ee9ac

Please sign in to comment.