mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2025-01-22 07:54:22 +00:00
Remove ag from packages
This commit is contained in:
parent
85f0100095
commit
21db2fb3d4
@ -13,7 +13,7 @@ packages="tmux htop curl wget ctags git tig pv jq fish mosh bash-completion neov
|
|||||||
case "$PACKAGE_MANAGER" in
|
case "$PACKAGE_MANAGER" in
|
||||||
"port")
|
"port")
|
||||||
# Non-standard packages
|
# Non-standard packages
|
||||||
packages="$packages the_silver_searcher bash"
|
packages="$packages bash"
|
||||||
# Newer version of git with completion
|
# Newer version of git with completion
|
||||||
packages="$packages git +bash_completion"
|
packages="$packages git +bash_completion"
|
||||||
|
|
||||||
@ -21,9 +21,6 @@ case "$PACKAGE_MANAGER" in
|
|||||||
sudo_package "$packages"
|
sudo_package "$packages"
|
||||||
;;
|
;;
|
||||||
"apt-get")
|
"apt-get")
|
||||||
if [ -n "$(apt-cache policy silversearcher-ag)" ] ; then
|
|
||||||
packages="$packages silversearcher-ag"
|
|
||||||
fi
|
|
||||||
packages="$packages build-essential vim"
|
packages="$packages build-essential vim"
|
||||||
|
|
||||||
# Install packages
|
# Install packages
|
||||||
|
Loading…
x
Reference in New Issue
Block a user