Skip to content
Snippets Groups Projects

Update dice.md

Merged Ondrej Dvorak requested to merge dvo0012-master-patch-66544 into master
1 file
+ 4
4
Compare changes
  • Side-by-side
  • Inline
+ 4
4
@@ -27,11 +27,11 @@ The iRods client is what you - the user - need to install on your system.
@@ -27,11 +27,11 @@ The iRods client is what you - the user - need to install on your system.
```console
```console
wget https://packages.irods.org/irods-signing-key.asc
wget https://packages.irods.org/irods-signing-key.asc
wget -qO - https://packages.irods.org/renci-irods.yum.repo | sudo tee /etc/yum.repos.d/renci-irods.yum.repo
wget -qO - https://packages.irods.org/renci-irods.yum.repo | sudo tee /etc/yum.repos.d/renci-irods.yum.repo
yum install epel-release -y
sudo yum install epel-release -y
yum install irods-icommands-4.2.10* -y
sudo yum install irods-icommands-4.2.11-1.x86_64 -y
mkdir /root/.irods/
mkdir ~/.irods/
wget https://github.com/Cotagge/irods_addons_rpms/raw/main/irods-auth-plugin-openid-2.2.1-1.x86_64.rpm
wget https://github.com/Cotagge/irods_addons_rpms/raw/main/irods-auth-plugin-openid-2.2.1-1.x86_64.rpm
yum install irods-auth-plugin-openid-2.2.1-1.x86_64.rpm
sudo yum install irods-auth-plugin-openid-2.2.1-1.x86_64.rpm
```
```
Copy&paste + edit irods_user_name
Copy&paste + edit irods_user_name
Loading