These Scripts are meant to simplify or improve tasks for users.
- Shell 100%
| LICENSE.md | Initial commit | |
| README.md | Change urls from gitlab to codeberg | |
| refreshCerts.sh | Fix hardcoded source to refresh certificates from. | |
| simpleBackup.sh | Add a check to ensure there is enough free disk space for the backup. | |
| ssh_connect.sh | Add a more flexible way to establish a tunnel | |
| update.sh | Improve notifications to restart services. | |
| update_element.sh | Add unversioned scripts from production | |
| update_gitea.sh | Add unversioned scripts from production | |
These Scripts are meant to simplify or improve tasks for users.
It's recommendet to install them to "/opt/Scripts".
Every file has a description in it, there is also described what aliases are recommendet for best user experience.
This code snippet is used to install the scripts.
#!/bin/bash
git clone "https://codeberg.org/Masgalor/UserScripts.git" "/opt/Scripts"
This code snippet is used to update the scripts.
#!/bin/bash
git -C "/opt/Scripts" pull
This code snippet can be used to set the recommendet permissions for all installed scripts.
#!/bin/bash
chmod 555 /opt/Scripts/*.sh