Skip to content

Commit 50d9c89

Browse files
committed
update prune install script
1 parent ef1ab39 commit 50d9c89

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

_posts/2023-07-02-using-prune-to-manage-archives.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,7 @@ To install Prune you can go to the [releases page](https://github.com/BinaryPatr
1818
{: .prompt-warning }
1919

2020
```bash
21-
curl -s -o prune-install-linux-x64.sh https://raw.githubusercontent.com/BinaryPatrick/Prune/main/scripts/install-linux-x64.sh
22-
chmod +x prune-install-linux-x64.sh
23-
sudo ./prune-install-linux-x64.sh
24-
rm prune-install-linux-x64.sh
21+
curl https://raw.githubusercontent.com/BinaryPatrick/Prune/main/scripts/install-linux-x64.sh | sudo /bin/bash
2522
```
2623

2724
## Usage
@@ -53,4 +50,4 @@ prune --path /home/patrick/test/ --keep-daily 7 --keep-weekly 2 --dry-run --verb
5350

5451
So far I have tested this with Debian 12 and Raspbian and it runs great.
5552

56-
Happy pruning!
53+
Happy pruning!

0 commit comments

Comments
 (0)