mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-18 17:43:54 +08:00
remove that install script
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
#!/usr/bin/env sh
|
||||
if [ -z $(which flake8) ]; then
|
||||
echo "Installing flake8"
|
||||
sudo pip install flake8
|
||||
fi
|
||||
|
||||
echo "Setting up commit hook"
|
||||
cp -u --remove-destination pre-commit.sh .git/hooks/pre-commit
|
||||
Reference in New Issue
Block a user