Added pm-task

This commit is contained in:
Ali
2025-12-12 14:01:28 +08:00
parent 49b92b4aa6
commit 98a8f86f61
2 changed files with 194 additions and 4 deletions

View File

@@ -2,12 +2,12 @@
**PUBLIC REPOSITORY**
Just some common scripts for all every Linux shells.
Just some everyday scripts for all my Linux shells.
## Installation
To `/usr/local/shared-scripts`: (reecommended)
To `/usr/local/shared-scripts`: (recommended)
```bash
git clone https://githive.duckdns.org/shared/scripts ~/shared-scripts && \
sudo mv ~/shared-scripts /usr/local/ && \
@@ -16,10 +16,9 @@ echo -e "\n# Shared Scripts:\n. /usr/local/shared-scripts/startup.sh \"/usr/loca
Auto update (via Cron):
```
*/15 * * * * * git clone https://githive.duckdns.org/shared/scripts /usr/local/shared-scripts > /dev/null 2>&1
*/15 * * * * cd /usr/local/shared-scripts && git pull origin main > /dev/null 2>&1
```
To `$HOME/shared-scripts`:
```bash
git clone https://githive.duckdns.org/shared/scripts ~/shared-scripts && \