Fixed wrong variable

This commit is contained in:
RealStickman 2021-01-04 12:56:30 +01:00
parent bbbae5d528
commit c007ce8147

View File

@ -549,7 +549,7 @@ else
echo "Skipping Telegram"
fi
if [ $in_telegram -eq 1 ]; then
if [ $in_element -eq 1 ]; then
echo "Installing Element"
sudo pacman -S --needed element-desktop
else