Update README.md

This commit is contained in:
Yuraeitha 2018-03-13 09:53:40 +01:00 committed by GitHub
parent 1b2edf9337
commit e02c7d222c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ Here you can find the community scripts. Their states will be listed, put into t
- [Qubes - A collection of small, but handy scripts]()
- Here you find our collection of smaller scripts, which are too small or too unqiue to be listed on this main page. There might be something useful in here though, so feel free to take a look once in a while as our collection grows and expands.
- [Qubes - Create minimal sys-vm](/scripts/qubes-create-minimal-sys-vms)
- This script is helpful to help set up a minimal template and turn it into a small appVM for sys-net and sys-firewall.
- This script is helpful to help set up a minimal template and turn it into a small appVM for sys-net and sys-firewall. The script can be modified to include other similar use-cases as well.
- [Qubes - Easy dom0 to AppVM screenshotting](/scripts/qubes-screenshot-scripts)
- A collection of community screenshot scripts to handle the dom0 screenshot issue.
- [Qubes - Easy sound volume control](/scripts/qubes-sound-control-scripts)
@ -41,7 +41,9 @@ Here you can find the community scripts. Their states will be listed, put into t
- [Qubes - Move files to dom0](/scripts/qvm-copy-to-dom0)
- Moving files to dom0 is dangerous and discouraged, but if you must then here is a script to ease the process. If you know what you're doing, then this might be helpful.
- [Qubes - Win7 install - Guide/Script](/scripts/howto-build-win7-appvm)
- This script is designed to be a part guide, part script. Essentially it guides you through the commands to create a new Win7 VM. Please use the script as it was intended as a mixed guide/script.
- [Qubes 4 - Full system update](/scripts/qubes-auto-update-script-alpha.sh)
- This script can update dom0 and all templates in a single click or keybind, starting from one end, automatically working itself through all your templaes and dom0 updates. The -y attribute option is not included, because it's seen as dangerous to auto-accept new updates without review, so it's expected for users to manually accept new updates. The script will continue automatically if no new updates are found. It can be modified to include extra templates, as well as changing between stable and current-testing. This script is also intended to ensure syncronization and avoid the fedora 48 hour cache issues, as well as to help keep repositories aligned across the whole Qubes system.