Skip to content

Instantly share code, notes, and snippets.

@DomeDan
DomeDan / br3ker.sh
Last active August 29, 2015 14:17 — forked from dz0ny/99java
#!/bin/bash
#based on https://wiki.archlinux.org/index.php/Chromium
if [ `uname -m` == 'x86_64' ]; then
# 64-bit
export CHROME="https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb"
export TALK="https://dl.google.com/linux/direct/google-talkplugin_current_amd64.deb"
export JAVA="http://javadl.sun.com/webapps/download/AutoDL?BundleId=104760"
else
# 32-bit