Skip to content

Commit

Permalink
Added more mods!
Browse files Browse the repository at this point in the history
  • Loading branch information
fearganni committed Dec 22, 2023
1 parent 126ef18 commit c45734d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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')"
```

0 comments on commit c45734d

Please sign in to comment.