20 lines
723 B
Markdown
20 lines
723 B
Markdown
+++
|
|
title = "Gitlab auto upgrade script"
|
|
date = 2023-07-17
|
|
description = "Gitlab CE auto minor upgrade script"
|
|
|
|
[extra]
|
|
state = "done"
|
|
+++
|
|
|
|
# gitlab-ce auto minor upgrade script
|
|
## About
|
|
- This lightweight Bash script automates minor upgrades via crontab, ensuring your GitLab CE stays up to date with minimal effort. Designed for efficiency, it uses `apt` to identify and implement upgrades, while logging any issues for your peace of mind.
|
|
|
|
## Get Started and Contribute
|
|
- Download the script, set up your crontab. GitLab-CE-Auto-Minor-Upgrade-Script is open source, meaning you can get involved, provide feedback, or contribute enhancements.
|
|
|
|
## Links
|
|
- [Git](https://git.filiprojek.cz/fr/gitlab-ce-auto-minor-upgrade)
|
|
|