https://github.com/wdhdev/scripts
Custom-made scripts for things I use a lot.
https://github.com/wdhdev/scripts
Last synced: 10 months ago
JSON representation
Custom-made scripts for things I use a lot.
- Host: GitHub
- URL: https://github.com/wdhdev/scripts
- Owner: wdhdev
- License: mit
- Created: 2023-12-14T00:53:07.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-17T01:57:16.000Z (over 1 year ago)
- Last Synced: 2025-02-12T17:51:49.381Z (12 months ago)
- Language: Shell
- Homepage: https://scripts.hrsn.dev/
- Size: 45.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Scripts
Custom-made scripts for things I use a lot.
---
- Debian
- [install-docker.sh](/debian/install-docker.sh)
```
bash <(curl -s https://scripts.hrsn.dev/debian/install-docker.sh)
```
- Pelican
- [update-panel.sh](/pelican/update-panel.sh)
```
bash <(curl -s https://scripts.hrsn.dev/pelican/update-panel.sh)
```
- [update-wings.sh](/pelican/update-wings.sh)
```
bash <(curl -s https://scripts.hrsn.dev/pelican/update-wings.sh)
```
- Pterodactyl
- [update-panel.sh](/pterodactyl/update-panel.sh)
```
bash <(curl -s https://scripts.hrsn.dev/pterodactyl/update-wings.sh)
```
- [update-wings.sh](/pterodactyl/update-wings.sh)
```
bash <(curl -s https://scripts.hrsn.dev/pterodactyl/update-wings.sh)
```
- Raspberry Pi
- [init.sh](/raspberrypi/init.sh)
```
bash <(curl -s https://scripts.hrsn.dev/raspberrypi/init.sh)
```