diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2020-11-28 20:38:36 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2020-11-28 20:38:36 -0300 |
commit | 63a8055254b455e39bc0e44ab8955af29d744ca1 (patch) | |
tree | 3f29c7ed026233f0c5a0711de90e470bbcb8e57a /share/hoarder/pyenv | |
parent | 455b32ee9685de77de339d5daea71f84c89474c1 (diff) | |
download | trashman-63a8055254b455e39bc0e44ab8955af29d744ca1.tar.gz trashman-63a8055254b455e39bc0e44ab8955af29d744ca1.tar.bz2 |
Fix: cleanup debian functions
Diffstat (limited to 'share/hoarder/pyenv')
-rwxr-xr-x | share/hoarder/pyenv/unix/install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/hoarder/pyenv/unix/install b/share/hoarder/pyenv/unix/install index b1b0579..42f910e 100755 --- a/share/hoarder/pyenv/unix/install +++ b/share/hoarder/pyenv/unix/install @@ -12,7 +12,7 @@ LIB="$2" . $LIB/trashman/debian || exit 1 # Requirements -trashman_apt_install_packages git +trashman_apt_install git # Setup pyenv from installer script #mkdir -p $HOME/.local/bin $HOME/.local/share |