From ed87f78286e26c0e113d9f51ac582467575b1480 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Wed, 9 Aug 2023 10:41:32 -0500 Subject: installing python-lsp-server and ansible via pacman --- archsetup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'archsetup') diff --git a/archsetup b/archsetup index ea36643..138f27f 100755 --- a/archsetup +++ b/archsetup @@ -645,7 +645,7 @@ developer_workstation () { pacman_install mpv # video viewer aur_install proselint # grammar checker aur_install exercism # command line tool for exercism.io - pip_install 'python-lsp-server[all]' # python language support + pacman_install python-lsp-server # python language support action="setting up emacs configuration files" && display "task" "$action" @@ -668,7 +668,7 @@ developer_workstation () { action="enabling docker service to launch on boot" && display "task" "$action" systemctl enable docker.service >> "$logfile" 2>&1 || error "error" "$action" "$?" pacman_install vagrant >> "$logfile" 2>&1 || error "error" "$action" "$?" - pip_install ansible >> "$logfile" 2>&1 || error "error" "$action" "$?" + pacman_install ansible >> "$logfile" 2>&1 || error "error" "$action" "$?" } -- cgit v1.2.3