Tarminal 0.1.2
Fixed
- Fixed
sudo tarminal install <archive> installing into /root/.local/... by default.
- Root/sudo installs now default to system scope automatically.
- Normal user installs still default to user scope.
- Users can still force root-user scope with
--scope user when needed.
Added
- Added install progress display for extraction, copying, and desktop integration steps.
- Added install progress events from the
tar-install library for CLI/front-end integration.
Notes
sudo tarminal install blender-5.1.2-linux-x64.tar.xz now installs to system locations such as /opt/blender and /usr/local/bin/blender.
- If a previous version installed Blender into
/root/.local, remove it with:
sudo tarminal remove blender --scope user