Update Installer.sh

This commit is contained in:
William Todt 2016-02-21 15:00:39 +01:00
parent 25eead0688
commit bf61db26a8
1 changed files with 11 additions and 12 deletions

View File

@ -1,16 +1,15 @@
version=1.1
echo -ne "Installer - by Deltax"
echo -ne "Check & autoinstall"
echo -ng "Debian only"
echo -ng "Fix coming soon"
echo -ng "Bug add-apt-repository"
echo -ng "or add kali sources in etc/apt/source.lst"
sudo apt-get update
clear
echo -e "\e[1;31mInstaller - by Deltax"
echo -e "\e[1;31mCheck & autoinstall"
echo -e "\e[1;31mDebian only"
echo -e "\e[1;31mFix coming soon"
echo -e "\e[1;31mBug add-apt-repository"
echo -e "\e[1;31mor add kali sources in etc/apt/source.lst"
sleep 2
clear
echo -ne "Aircrack-ng....."
if ! hash aircrack-ng 2>/dev/null; then
echo -e "\e[1;31mNot installed"$transparent""
@ -163,6 +162,6 @@
echo -e "\e[1;32mOK!"$transparent""
fi
sleep 0.025
sleep 10
clear