Commit 044b9d4
Fix tmux AppImage install for FUSE-less environments
Codespaces doesn't have FUSE, so the AppImage can't run directly.
Extract the binary from the AppImage at install time using
--appimage-extract and install just the tmux binary to ~/.local/bin.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent a7f7794 commit 044b9d4
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
143 | | - | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
144 | 147 | | |
145 | 148 | | |
146 | 149 | | |
| |||
0 commit comments