diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2017-06-15 10:41:21 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2017-06-15 10:41:21 -0400 |
commit | ba58e0446dc5eeda5194b5db298bf36471b27d9f (patch) | |
tree | d3a699664feb077e88bdcee6200b1feb290c86a4 /scripts | |
parent | c03b4921c3031e6818fe3551e5c48e07fb03369a (diff) | |
download | kutter-ba58e0446dc5eeda5194b5db298bf36471b27d9f.tar.gz kutter-ba58e0446dc5eeda5194b5db298bf36471b27d9f.tar.xz kutter-ba58e0446dc5eeda5194b5db298bf36471b27d9f.zip |
install-octopi: Add python-virtualdev to package list
Add python-virtualdev to the list of system packages to be installed -
it's usually already installed, but it doesn't hurt to add it to the
list in case it isn't already installed.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/install-octopi.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install-octopi.sh b/scripts/install-octopi.sh index 024e83aa..a54e7815 100755 --- a/scripts/install-octopi.sh +++ b/scripts/install-octopi.sh @@ -8,7 +8,7 @@ PYTHONDIR="${HOME}/klippy-env" install_packages() { # Packages for python cffi - PKGLIST="libffi-dev" + PKGLIST="python-virtualenv libffi-dev" # kconfig requirements PKGLIST="${PKGLIST} libncurses-dev" # hub-ctrl |