Skip to content

Commit

Permalink
fix perl installation on arch
Browse files Browse the repository at this point in the history
  • Loading branch information
fearless-spider committed Nov 16, 2024
1 parent 4350479 commit 4ba1653
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions devenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ if [ "$platform" = "linux" ]; then
fi

if [[ "$p_language" = *"perl"* || "$p_language" = "all" ]]; then
sudo pacman -S perl perl-perl-languageserver
sudo pacman -S perl
yay -S perl-perl-languageserver
fi

if [[ "$p_language" = *"java"* || "$p_language" = "all" ]]; then
Expand Down Expand Up @@ -131,7 +132,7 @@ if [ "$platform" = "linux" ]; then
fi

if [[ "$tools" = *"ngrok"* || "$tools" = "all" ]]; then
yum -S ngrok
yay -S ngrok
fi

elif [ "$distro" = "Ubuntu" ]; then
Expand Down

0 comments on commit 4ba1653

Please sign in to comment.