mirror of
https://github.com/RasppleII/a2cloud.git
synced 2024-12-21 22:29:24 +00:00
Fix typo in a2chat script
Fixes #36, thanks @TrogdorsArm for burninating this one!
This commit is contained in:
parent
f156fcb6af
commit
a12c3ccbcf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user