diff --git a/scripts/bootstrap.ps1 b/scripts/bootstrap.ps1 index b50ca4772b..0d4f8cbd2d 100755 --- a/scripts/bootstrap.ps1 +++ b/scripts/bootstrap.ps1 @@ -1,4 +1,4 @@ -# Version: 9 +# Version: 10 # A script that installs the dependencies needed to build and test Bun. # This should work on Windows 10 or newer with PowerShell. diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index 14b26452f2..5105068cb3 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Version: 12 +# Version: 13 # A script that installs the dependencies needed to build and test Bun. # This should work on macOS and Linux with a POSIX shell. diff --git a/scripts/machine.mjs b/scripts/machine.mjs index 6e735f37db..b9ceef30cf 100755 --- a/scripts/machine.mjs +++ b/scripts/machine.mjs @@ -798,7 +798,7 @@ export function getDiskSize(options) { if (os === "windows") { return 60; } - if (distro === "ubuntu" && release === "25.04") { + if (distro === "ubuntu") { return 60; }