fix: typo

main
CrimsonTome 2022-11-22 19:24:56 +00:00 committed by Rowan Clark
parent 2918dcb68b
commit 59225fdb88
No known key found for this signature in database
GPG Key ID: F620D51904044094
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ if [[ $os == "Ubuntu" ]]; then
sudo snap install -y $(cat snap-packages);
wget https://dl.discordapp.net/apps/linux/0.0.21/discord-0.0.21.deb;
sudo apt install -f discord-0.0.21.deb;
elif [[ $os == "Fedora" ]] then
elif [[ $os == "Fedora" ]]; then
echo "test"
else
echo "OS not yet supported"