Updated domain name.

This commit is contained in:
Ali
2026-03-24 11:23:12 +08:00
parent 13d2cae74a
commit e3e23c2c36
2 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ Just some everyday scripts for all my Linux shells.
To `/usr/local/shared-scripts`: (recommended)
```bash
git clone https://githive.duckdns.org/shared/scripts ~/shared-scripts && \
git clone https://git.oomem.org/shared/scripts ~/shared-scripts && \
sudo mv ~/shared-scripts /usr/local/ && \
echo -e "\n# Shared Scripts:\n. /usr/local/shared-scripts/startup.sh \"/usr/local/shared-scripts\"" >> ~/.bashrc
```
@@ -22,6 +22,6 @@ Auto-update via Cron job:
To `$HOME/shared-scripts`:
```bash
git clone https://githive.duckdns.org/shared/scripts ~/shared-scripts && \
git clone https://git.oomem.org/shared/scripts ~/shared-scripts && \
echo -e "\n# Shared Scripts\n. \$HOME/shared-scripts/startup.sh \"$HOME/shared-scripts\"" >> ~/.bashrc
```