summaryrefslogtreecommitdiff
path: root/hack/install.sh
Commit message (Expand)AuthorAgeFilesLines
* Fix release scriptsTibor Vass2016-03-251-1/+1
* Use multiple keyservers in install scriptMike Dougherty2016-02-261-2/+14
* Adding backup key server in install scriptFrederick F. Kautz IV2016-02-091-2/+2
* Use grep -qE instead of egrep which is deprecated.Stefan Staudenmeyer2016-02-051-1/+1
* Grep for installed AND held packages.Stefan Staudenmeyer2016-02-051-1/+1
* Merge pull request #19146 from mikedougherty/cs-105-download-scriptJess Frazelle2016-01-221-10/+15
|\
| * Create a bundle for the install script to support other domainsMike Dougherty2016-01-211-10/+15
* | add warning if upgrading via script to migrateJessica Frazelle2016-01-191-0/+39
* | Add -f flag to cURL install instructionsSebastiaan van Stijn2016-01-061-2/+2
|/
* Merge pull request #18648 from jfrazelle/fix-install-script-trustyDavid Calavera2015-12-151-1/+1
|\
| * fix install script for ubuntu trustyJessica Frazelle2015-12-141-1/+1
* | Merge pull request #18097 from btorresgil/kali-linux-2.0-installerTianon Gravi2015-12-151-1/+1
|\ \ | |/ |/|
| * Add support for installation on Kali Linux 2.0Brian Torres-Gil2015-11-191-1/+1
* | install.sh: fix for multiarch deb/ubuntuMartin Kelly2015-11-241-1/+1
|/
* update debs/rpms for pkcs11 yubikey thingsJessica Frazelle2015-11-131-1/+1
* Fix link to installation instructionsPaolo G. Giarrusso2015-11-101-1/+1
* Merge pull request #16533 from justsml/LMDEv2Jess Frazelle2015-11-081-0/+15
|\
| * Try me now, no `linuxmint` mentions neededDan Levy2015-09-251-0/+15
* | Update SUSE/openSUSE installation scriptFlavio Castelli2015-10-141-2/+62
|/
* fix oracle linux installJessica Frazelle2015-08-111-2/+2
* Fix install.sh to handle non-zero exit codes when checking lsb_releaseBen Hall2015-08-081-1/+4
* Adding support to forked distributions in installer script.Filipe Oliveira2015-08-041-1/+30
* fix regressionJessica Frazelle2015-07-301-14/+1
* Fix for #14924. Seperates lsb_dist detection from dist_version detectionAvi Miller2015-07-301-30/+52
* Merge pull request #15015 from runcom/14911-fix-install-script-debian81David Calavera2015-07-291-9/+35
|\
| * Fix install script to handle debian 8.1 apt repo stringAntonio Murdaca2015-07-271-9/+35
* | sh -c the cat repo for yumJessica Frazelle2015-07-281-1/+1
* | Fix typo.Avi Miller2015-07-241-1/+1
* | Switch to using only the RPM command to determine the distro version.Avi Miller2015-07-241-2/+2
|/
* Merge pull request #14893 from Evalle/14653-fix-sles-issueSebastiaan van Stijn2015-07-231-1/+1
|\
| * Fixing SLES12 issueevalle2015-07-231-1/+1
* | fix fedora releaseJessica Frazelle2015-07-231-2/+2
|/
* update install script for new reposJessica Frazelle2015-07-221-45/+72
* Merge pull request #14556 from Evalle/14497-fix-install-scriptJessie Frazelle2015-07-131-0/+3
|\
| * Fix issue with detection logic of Centos in install.shevalle2015-07-131-0/+3
* | Fix failure on adding source list for ubuntuPenghan Wang2015-07-111-0/+1
|/
* remove bashismThomas Sjögren2015-07-011-1/+1
* mention the daily experimental buildThomas Sjögren2015-07-011-0/+4
* add gpg fingerprint for experimentalJessica Frazelle2015-06-151-0/+2
* Added openSUSE and SUSE Linux Enterprise support to install.shFlavio Castelli2015-06-031-0/+15
* Update "install.sh" warning to be more verboseTianon Gravi2015-05-071-4/+11
* Add kali to install scriptAndrew Martin2015-04-221-1/+1
* adding elementary OS to install scriptYahya2015-04-171-1/+1
* Commonalize more bits of install.sh (especially standardizing around "cat <<-...Tianon Gravi2015-04-091-49/+63
* Wrap installer in a functionEric Windisch2015-04-091-192/+195
* add centos to supported distrosAaron Welch2015-04-031-1/+1
* Add 'extras' virtual package to fix kernel upgrade fallback from aufs to devi...Matt Bentley2015-03-161-6/+13
* Move scripts back to hack/, leave docs in project/Tianon Gravi2015-03-131-0/+225
* Move 'hack' to the less confusing 'project'Solomon Hykes2014-11-091-225/+0
* Merge pull request #8700 from unclejack/install_no_pullTianon Gravi2014-11-041-2/+2
|\