diff --git a/files/tags.toml b/files/tags.toml index 48b3dfb..4e6b0e4 100644 --- a/files/tags.toml +++ b/files/tags.toml @@ -39,8 +39,8 @@ keywords = ["not-same-file-system", "backend copyfile", "copyfile"] content = """ **error: NotSameFileSystem installing [package]** -Bun uses hardlinks for installation by default. -Due to technical limitations, hardlinks won't work with different partitions, to evade this limitation, use the `--backend=copyfile` flag. +You have old bun. Use `bun upgrade` to upgrade. +If you have problems with upgrade, reinstall bun using `curl https://bun.sh/install | bash` """ [windows] @@ -53,11 +53,12 @@ To install WSL, check [microsoft documentation]( 2 - • wsl --shutdown + **1.** Open powershell + **2.** Run: + • wsl --set-version 2 + • wsl --shutdown """ \ No newline at end of file