CarlosAdriano
(usa Nenhuma)
Enviado em 17/03/2016 - 12:03h
Eu disse que é simples, pois ainda não decidi criar sub-menus.
Se selecionar por exemplo o item jogos, ele já vai instalar todos jogos já pre-selecionados tipo,
apt-get install playonlinux torcs supertux supertuxkart
ainda não tenho o código, pois quero aprender a usar a ferramenta antes de decidir tudo, eu tenho uma lista um pouco grande dos meus itens,
pois ainda não separei bem por categorias, ou seja meu script, sai instalando tudo que está na lista, agora quero me aprofundar um pouco mais,
quero que o programa interaja e que siga as instruções do usuário, inclusive, se tornar root logo no inicio do programa, para evitar erros..
#!/bin/bash
apt-get update
apt-get upgrade -y
apt-get install crunch -y
apt-get install wireshark -y
apt-get install reaver -y
apt-get install aircrack-ng -y
apt-get install librecad -y
apt-get install freecad -y
apt-get install inkscape -y
apt-get install gimp -y
apt-get install virtualbox -y
apt-get install wine -y
apt-get install winetricks -y
apt-get install deluge -y
apt-get install compizconfig-settings-manager -y
apt-get install openshot -y
apt-get install audacious -y
apt-get install avidemux -y
apt-get install devede -y
apt-get install vlc -y
apt-get install k3b -y
apt-get install totem -y
apt-get install brasero -y
apt-get install amarok -y
apt-get install gufw -y
apt-get install rar -y
apt-get install ufw -y
apt-get install alarm-clock -y
apt-get install firefox -y
apt-get install usb-creator-kde -y
apt-get install usb-creator-gtk -y
apt-get install gparted -y
apt-get install libreoffice -y
apt-get install ubuntu-restricted-extras -y
apt-get install gnome-multi-writer -y
apt-get install pv -y
apt-get install playonlinux -y
apt-get install supertux -y
apt-get install supertuxkart -y
apt-get install frogatto -y
apt-get install armagetronad -y
apt-get install frozen-bubble -y
apt-get install xmoto -y
apt-get install torcs -y
apt-get install sauerbraten -y
apt-get install neverball -y
apt-get install extremetuxracer -y
apt-get install billard-gl -y
apt-get install gnome-chess -y
apt-get install openbve -y
apt-get install stellarium -y
apt-get install 0ad -y
apt-get install glchess -y
apt-get install kcheckers -y
apt-get install flightgear -y
apt-get install freetennis -y
apt-get install openarena -y
apt-get install nexuiz -y
apt-get install redeclipse -y
apt-get install bomberclone -y
apt-get install ardentryst -y
apt-get install teeworlds -y
apt-get install urban-terror -y
apt-get install wesnoth -y
ufw enable
clear
echo Repositorio Atualizado.
echo Sistema Atualizado.
echo Programas instalados.
echo .
echo ..
echo ...
echo Pressione Enter para Continuar
read #pausa
exit