1
0
Fork 0
env/.install/thefuck.sh

18 lines
259 B
Bash
Executable File

#!/bin/sh
set -e
source ./.versions
echo
echo "Installing thefuck for zsh..."
echo
sudo apk add --no-cache --virtual .build-deps \
build-base \
python3-dev \
linux-headers
pip3 install --no-cache-dir --user thefuck
sudo apk del --no-cache .build-deps