1. 12 May, 2018 3 commits
    • James Larrowe's avatar
      Added dpkg.rb to Packages directory. (#2327) · 4068afb3
      James Larrowe authored
      * Added dpkg.rb to Packages directory.
      
      * Added alias to fix issue of dpkg installing packages on root directory.
      
      * Change double quote and backslash to single quote "just in case"
      
      * Fixed file formatting errors
      
      * No need to remount ~/ as execute
      
      * Removed unnecessary dependencies
      
      * Added echo to ~/.bashrc line to make alias persistent
      
      * Fixed error in which ~/.bashrc line was quoted
      
      * Reverting changes from previous commit
      
      * Changed default dpkg root directory from /usr/local to \#{CREW_PREFIX}
      
      * Removed #{CREW_PREFIX} tag, single quotes necessary
      
      * Made dpkg more universal, including support for zsh and fish
      
      * Added symlink from /usr/ to /usr/local/usr
      
      * Added diversity for architectues, packages now automatically install to /usr/local. Close to final product, still working out the
      kinks.
      
      * Reduced size, added symlink from /usr/local to /usr/local/usr/local. All good and ready to go!
      
      * Replaced exact paths with environment variables.
      
      * Fixed errors on file layout (Hopefully!)
      
      * Fixed file format
      
      * Added line to touch /var/lib/dpkg/status.
      
      * Fixed issue where dpkg status file wasn't being tracked
      
      * Too many changes to be listed in a commit. See for yourself [here.](https://github.com/JL2210/chromebrew/tree/dpkg/packages/dpkg.rb)
      
      * Moved line to touch dpkg status file to postinstall.
      
      * Added more thorough explanation on how to install packages.
      
      * Changed root install directory to /usr/local.
      Fixed issue where the dpkg status file would be overwritten during upgrade.
      Removed annoying dependency check.
      
      * Installing dpkg now works if you haven't installed it before
      4068afb3
    • Chris Thurber's avatar
      Merge pull request #2350 from uberhacker/update-thefuck-package · 58268b1b
      Chris Thurber authored
      Remove corrupt pre-built binaries
      58268b1b
    • Chris Thurber's avatar
      Merge pull request #2349 from uberhacker/update-zlibpkg-package · 5952baab
      Chris Thurber authored
      Update zlibpkg to fix install error on newer Chrome OS versions
      5952baab
  2. 11 May, 2018 9 commits
  3. 10 May, 2018 4 commits
  4. 09 May, 2018 7 commits
  5. 08 May, 2018 1 commit
    • Daniel Baldwin's avatar
      Add krypton package; command-line client, daemon, and SSH integration (#2334) · c599571b
      Daniel Baldwin authored
      * Add krypton package; command-line client, daemon, and SSH integration
      
      * Added postinstall message
      
      * Remove unnecessary dependencies
      
      * Added checksum for cargo-web download
      
      * sandboxing rustc and cargo for the install
      
      * removed CARGO_HOME from PATH
      
      * breaking up the long line for readability, also the check for existance is not really needed anymore with cargo sandboxed
      
      * Update the sha256 missmatch abort method
      c599571b
  6. 07 May, 2018 6 commits
  7. 05 May, 2018 5 commits
  8. 04 May, 2018 5 commits