From ebae9a17b266f7296a180e64c4da6b1e17e10418 Mon Sep 17 00:00:00 2001 From: xHyroM Date: Wed, 13 Jul 2022 18:36:07 +0200 Subject: [PATCH] tags: update not same file system, io uring --- files/tags.toml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) 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