mirror of
https://github.com/FPGArtktic/GnuRAMage.git
synced 2025-08-13 12:29:13 +00:00
fix: wget
This commit is contained in:
parent
15ada02826
commit
959c826a0b
1 changed files with 3 additions and 2 deletions
|
@ -31,7 +31,7 @@ GnuRAMage comes packed with features that would make even the most demanding sys
|
|||
|
||||
- **Automatic File Copying**: Intelligently copies files from hard disk to RAM disk (because manual copying is for peasants)
|
||||
- **Periodic Synchronization**: Regular sync-back to hard disk (because RAM is volatile, unlike our commitment to data integrity)
|
||||
- **Exclusion Patterns**: Support for excluding files and directories (because not everything deserves the RAM treatment)
|
||||
- **Exclusion Patterns**: Support for excluding files and directories (because not everything deserves the store non-volatile)
|
||||
- **INI Configuration**: Human-readable configuration format (unlike some tools that use hieroglyphics)
|
||||
- **Comprehensive Logging**: Multiple log levels and optional error-only logs (for when you want to pretend everything is fine)
|
||||
- **Dry Run Mode**: Test operations without actually doing anything (for the cautious and the paranoid)
|
||||
|
@ -91,7 +91,8 @@ In true GNU tradition, GnuRAMage is:
|
|||
### The Lazy Way
|
||||
|
||||
```bash
|
||||
wget <direct-link-to-script>
|
||||
wget https://github.com/FPGArtktic/GnuRAMage/blob/master/gramage.sh
|
||||
wget https://github.com/FPGArtktic/GnuRAMage/blob/master/GnuRAMage.ini
|
||||
chmod +x gramage.sh
|
||||
# Edit configuration as needed
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue