Adde install.sh

This commit is contained in:
Jesús 2019-07-25 12:19:24 -05:00
parent 65a4513b03
commit 279399ab48
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

9
install.sh Normal file
View File

@ -0,0 +1,9 @@
#!/bin/bash
if [[ $(command -v pacman) ]]; then
sudo pacman -Syy
sudo pacman -S i3blocks i3lock rofi termite dunst conky playerctl acpi network-manager-applet scrot xfce4-terminal thunar tumbler feh ranger --noconfirm
elif [[ $(command -v apt-get) ]]; then
sudo apt update
sudo apt i3blocks i3lock rofi termite dunst conky playerctl acpi network-manager-applet scrot xfce4-terminal thunar tumbler feh ranger
fi