Search
Search
Search
Search
Information
Information
Light
Dark
Open actions menu
Basic upload method
Bypass upload method
Tips!
If you encounter an error (by firewall) while uploading using both methods,
try changing extension of the file before uploading it and rename it right after.
This uploader supports multiple file upload.
Submit
~
etc
profile.d
File Content:
dotnet.sh
# Add dotnet tools directory to PATH DOTNET_TOOLS_PATH="$HOME/.dotnet/tools" case "$PATH" in *"$DOTNET_TOOLS_PATH"* ) true ;; * ) PATH="$PATH:$DOTNET_TOOLS_PATH" ;; esac # Extract self-contained executables under HOME # to avoid multi-user issues from using the default '/var/tmp'. [ -z "$DOTNET_BUNDLE_EXTRACT_BASE_DIR" ] && export DOTNET_BUNDLE_EXTRACT_BASE_DIR="${XDG_CACHE_HOME:-"$HOME"/.cache}/dotnet_bundle_extract"
Edit
Download
Unzip
Chmod
Delete