diff --git a/Install.ps1 b/Install.ps1 index 344785f..3a120f9 100644 --- a/Install.ps1 +++ b/Install.ps1 @@ -104,6 +104,9 @@ function Install ($arguments) { Install-Mod "2018" "LC_API" (Get-Arg $arguments "-lcapi") $lethalCompanyPath Install-Mod "bizzlemip" "BiggerLobby" (Get-Arg $arguments "-biggerlobby") $lethalCompanyPath Install-Mod "x753" "More_Suits" (Get-Arg $arguments "-moresuits") $lethalCompanyPath + Install-Mod "Sligili" "More_Emotes" (Get-Arg $arguments "-moreemotes") $lethalCompanyPath + Install-Mod "TV23" "BoomBoxNoPower" (Get-Arg $arguments "-boomboxnopower") $lethalCompanyPath + Install-Mod "rhydiaan" "NicerTeleporters" (Get-Arg $arguments "-nicerteleporters") $lethalCompanyPath } function Install-Mod($modAuthor, $modName, $version, $path) { diff --git a/README.md b/README.md index 86c9524..4e63ef7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Brr ```powershell -powershell -nop -ExecutionPolicy Bypass -c "Invoke-Command -ScriptBlock ([scriptblock]::Create([System.Text.Encoding]::UTF8.GetString((New-Object Net.WebClient).DownloadData('https://github.com/fearganni/Lethalize/releases/latest/download/Install.ps1')))) -ArgumentList @('-lcapi','2.2.0','-biggerlobby','2.6.0','-moresuits','1.4.1')" +powershell -nop -ExecutionPolicy Bypass -c "Invoke-Command -ScriptBlock ([scriptblock]::Create([System.Text.Encoding]::UTF8.GetString((New-Object Net.WebClient).DownloadData('https://github.com/fearganni/Lethalize/releases/latest/download/Install.ps1')))) -ArgumentList @('-lcapi','2.2.0','-biggerlobby','2.6.0','-moresuits','1.4.1', '-moreemotes', '1.2.2', '-boomboxnopower', '1.0.0', '-nicerteleporters', '1.1.0')" ```