add rename package

This commit is contained in:
Ed Chalstrey 2022-03-10 10:52:44 +00:00
parent 5810aafc1e
commit aafff2911c

View File

@ -67,7 +67,7 @@ sudo apt-get upgrade -y
Now install some essential tools. Now install some essential tools.
```bash ```bash
sudo apt-get install -y build-essential git wget curl parallel sudo apt-get install -y build-essential git wget curl parallel rename
``` ```
### :red_circle: Installing PostgreSQL ### :red_circle: Installing PostgreSQL