Skip to content
Snippets Groups Projects
Verified Commit 653e3940 authored by MAGIC's avatar MAGIC :tm:
Browse files

Ensures that you can build the progess plugin

parent e0f78726
Branches master
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ if [[ " ${dists[@]} " =~ " ${dist} " ]]; then
case "${dist}" in
${dists[0]})
sudo pacman -Sy
sudo pacman --needed --noconfirm -S git zsh tmux powerline-fonts vim nano htop
sudo pacman --needed --noconfirm -S git zsh tmux powerline-fonts vim nano htop make
sudo echo "EDITOR=nano" >> /etc/environment
git clone https://aur.archlinux.org/yay.git yay
cd yay/
......@@ -20,7 +20,7 @@ if [[ " ${dists[@]} " =~ " ${dist} " ]]; then
;;
${dists[1]})
sudo apt-get update
sudo apt-get install -y git zsh tmux fonts-powerline vim nano libncurses5-dev htop
sudo apt-get install -y git zsh tmux fonts-powerline vim nano libncurses5-dev htop make pkg-config
;;
*)
exit 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment