Skip to content

Commit

Permalink
install
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Sep 25, 2024
1 parent a7aeeb1 commit 06942f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,9 @@ install: Makefile
apt-get clean
# see https://stackoverflow.com/a/76641565/187141
rm -f /usr/lib/python3.*/EXTERNALLY-MANAGED
pip install cpplint
if ! cpplint --version; then pip install cpplint; fi
snap install powershell --classic
gem install xcop
if ! xcop --version; then gem install xcop; fi
if [ ! -e /usr/bin/perf ]; then
ln -s "$(ls /usr/lib/linux-tools/*/perf | head -1)" /usr/bin/perf
fi
Expand Down

0 comments on commit 06942f3

Please sign in to comment.