neofetch to fastfetch
This commit is contained in:
parent
ea9c71f1fd
commit
4fe95fbfff
1 changed files with 6 additions and 6 deletions
12
3progs.sh
12
3progs.sh
|
@ -49,7 +49,7 @@ user_choice=$(zenity --list --checklist --width='1000' --height='1000' \
|
|||
FALSE "Midnight Commander - 2 ablakos file kezelő" \
|
||||
FALSE "Monophony - Youtube videokbol kiszedi a hangot. Jo cucc podcastokhoz" \
|
||||
FALSE "Mumble - hang alapú csevegőalkalmazás" \
|
||||
FALSE "Neofetch - terminálos rendszerinfó megjelenítő" \
|
||||
FALSE "Fastfetch - terminálos rendszerinfó megjelenítő" \
|
||||
FALSE "OnlyOffice - Legujabb MS Office Linuxos megfeleloje - LIBREOFFICE-t TOROLNI FOGJA!" \
|
||||
FALSE "OBS - Nyílt forrású felvételkészítő és streamelő program" \
|
||||
FALSE "Parabolic - Videóletöltő, működik minden platformon" \
|
||||
|
@ -153,15 +153,15 @@ if [[ $user_choice = *"P7Zip - tömörítő program"* ]]; then
|
|||
echo
|
||||
fi
|
||||
|
||||
if [[ $user_choice = *"Neofetch - terminálos rendszerinfó megjelenítő"* ]]; then
|
||||
if [[ $user_choice = *"Fastfetch - terminálos rendszerinfó megjelenítő"* ]]; then
|
||||
echo
|
||||
echo ---------------------------------------------
|
||||
echo Installing ${bold}${yellow}Neofetch${normal}
|
||||
echo Installing ${bold}${yellow}Fastfetch${normal}
|
||||
|
||||
sudo pacman -S neofetch --noconfirm
|
||||
echo "neofetch" >> .bashrc && source .bashrc
|
||||
sudo pacman -S fastfetch --noconfirm
|
||||
echo "fastfetch" >> .bashrc && source .bashrc
|
||||
|
||||
echo ${bold}${yellow}Neofetch ${normal}installed.
|
||||
echo ${bold}${yellow}Fastfetch ${normal}installed.
|
||||
echo ---------------------------------------------
|
||||
echo
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue