Fix typo in a2chat script

Fixes #36, thanks @TrogdorsArm for burninating this one!
This commit is contained in:
T. Joseph Carter 2018-04-22 08:05:59 -07:00
parent f156fcb6af
commit a12c3ccbcf

View File

@ -3,7 +3,7 @@
if [[ ! $(dpkg -l irssi 2> /dev/null | grep '^ii') ]]; then
echo "Installing irssi..."
supo apt-get -y update
sudo apt-get -y update
sudo apt-get -y install irssi &> /dev/null
sudo apt-get -y clean
fi