Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,22 @@ Froster is a user-friendly archiving tool for teams that move data between high-
```
sudo apt update
sudo apt install -y curl python3-pip python3-venv python3-dev gcc lib32gcc-s1 unzip fuse3
sudo apt install -y pipx
```

### On Fedora / RHEL / Rocky

```
sudo dnf update -y
sudo dnf install -y curl python3-pip python3-devel gcc unzip fuse3 which
sudo dnf install -y pipx
```

### On HPC machine (RHEL based)

Please get in touch with your administrator to install these packages (Python >= 3.8)
```
curl python3 python3-pip python3-devel gcc lib32gcc-s1 which unzip fuse3
curl python3 pipx python3-pip python3-devel gcc lib32gcc-s1 which unzip fuse3
```

</br>
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ echo -e "Installation path: $(which froster)"
if [[ "$local_bin_in_path" = false ]]; then
echo
echo "You will need to open a new terminal or refresh your current terminal session by running command:"
echo " source ~/.bashrc"
echo " source ~/.bashrc && source ~/.profile"
echo
fi

Loading