Skip to content

ergonlogic/drush.deb

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 4 commits ahead, 10 commits behind RobLoach:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

Drush Debian Package

Builds a Debian package to install and run Drush.

Usage

The first thing you must do is download Drush:

 $ make drush

Now that Drush is available, we can build the package:

 $ make package

This will create our Debian package, which we can now interact with:

$ ls *.deb
drush_8.0.3_all.deb
$ sudo dpkg --install drush_8.0.3_all.deb

Development

When changing the target Drush version, make sure to update:

  • Makefile
  • debian/DEBIAN/control

About

About

Build a Debian package to install and use Drush.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 100.0%