You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm able to consistently reproduce this issue on Ubuntu WSL in Windows 11.
Text version
~/playgrounds/rbxts > rm -rf ~/.aftman/
~/playgrounds/rbxts > aftman init
~/playgrounds/rbxts > aftman add rojo-rbx/rojo
Tool rojo-rbx/rojo has never been installed before. Install it? yes
[INFO aftman::tool_storage] Installing tool: rojo-rbx/rojo
[INFO aftman::tool_storage] Downloading rojo-rbx/rojo v7.1.0 (rojo-7.1.0-linux.zip)...
[INFO aftman::tool_storage] rojo-rbx/rojo v7.1.0 installed successfully.
[INFO aftman::manifest] Tool rojo = rojo-rbx/rojo@7.1.0 has been added to /home/osyris/playgrounds/rbxts/aftman.toml
~/playgrounds/rbxts > rojo -V
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 13, kind: PermissionDenied, message: "Permission denied" }', src/tool_storage.rs:77:71
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
~/playgrounds/rbxts > chmod +x ~/.aftman/tool-storage/rojo-rbx/rojo/7.1.0/rojo
~/playgrounds/rbxts > rojo -V
Rojo 7.1.0
~/playgrounds/rbxts >
The text was updated successfully, but these errors were encountered:
osyrisrblx
changed the title
aftman does not mark binaries as executable in WSL
aftman does not mark binaries in tool-storage as executable in WSL
May 24, 2022
osyrisrblx
changed the title
aftman does not mark binaries in tool-storage as executable in WSL
aftman does not mark binaries in tool-storage as executable on Unix systems
May 24, 2022
I'm able to consistently reproduce this issue on Ubuntu WSL in Windows 11.
Text version
The text was updated successfully, but these errors were encountered: