1 parent 36df9bc commit 109cba2Copy full SHA for 109cba2
1 file changed
README.md
@@ -27,8 +27,11 @@ sudo snap install powershell-preview --classic
27
28
## Known Issues
29
30
-- Some people have reported that the auto-alias of `powershell-preview` to `pwsh-preview` is not working. I have reported this to Canonical.
31
- - See [Alias Troubleshooting](#alias-troubleshooting)
+- Ubuntu 20.04 is not working with the `powershell` package.
+ - The work around is to use the `powershell-preview` package.
32
+- Some native libaries cause incompatible libarires to be loaded. Because the snap file system the readonly, there is no real workaround for this.
33
+ - `libmi` always causes for this type of issue and is responsible for:
34
+ - PowerShell remoting commands that don't invole `-Hostname`
35
36
## Alias Troubleshooting
37
0 commit comments