1
0
Fork
You've already forked UserScripts
0
These Scripts are meant to simplify or improve tasks for users.
  • Shell 100%
Find a file
2025年02月10日 13:53:21 +01:00
LICENSE.md Initial commit 2018年06月10日 22:56:24 +02:00
README.md Change urls from gitlab to codeberg 2020年07月01日 12:13:12 +02:00
refreshCerts.sh Fix hardcoded source to refresh certificates from. 2022年09月26日 09:37:53 +02:00
simpleBackup.sh Add a check to ensure there is enough free disk space for the backup. 2024年03月25日 23:28:37 +01:00
ssh_connect.sh Add a more flexible way to establish a tunnel 2019年05月21日 18:44:03 +02:00
update.sh Improve notifications to restart services. 2025年02月10日 13:53:21 +01:00
update_element.sh Add unversioned scripts from production 2022年09月16日 10:58:08 +02:00
update_gitea.sh Add unversioned scripts from production 2022年09月16日 10:58:08 +02:00

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