• 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
dpkg.rb 1.68 KB