bootstrap: thefuck: Initial commit

This commit is contained in:
PorridgePi
2022-09-27 03:46:52 +00:00
parent 3a4d0db956
commit 9979f47394

View File

@@ -0,0 +1,7 @@
if ! command -v thefuck &> /dev/null; then
bash $(dirname "$0")/python3.sh
echo 'Installing thefuck'
sudo pip install thefuck
fi
echo 'thefuck is installed'