Skip to content

Commit

Permalink
install pet with brew, not binary (#310)
Browse files Browse the repository at this point in the history
I was running into issues on an arm machine.
  • Loading branch information
topher200 authored Sep 2, 2024
1 parent 4f7b109 commit e1eebf7
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions scripts/install-slow-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,6 @@ DEBIAN_FRONTEND=noninteractive sudo apt-get install -y \
jq || true
set -e

# pet snippet manager
if [ ! -f /tmp/pet.deb ]; then
wget https://github.com/knqyf263/pet/releases/download/v0.3.6/pet_0.3.6_linux_amd64.deb -O /tmp/pet.deb
sudo dpkg -i /tmp/pet.deb
fi

# install viddy, from https://github.com/sachaos/viddy
if [ ! -f /usr/local/bin/viddy ]; then
wget -O /tmp/viddy.tar.gz https://github.com/sachaos/viddy/releases/download/v0.3.0/viddy_0.3.0_Linux_x86_64.tar.gz
Expand Down Expand Up @@ -97,5 +91,6 @@ brew install \
gcc \
jesseduffield/lazydocker/lazydocker \
jless \
knqyf263/pet/pet \
tmuxp \
tldr

0 comments on commit e1eebf7

Please sign in to comment.