File tree Expand file tree Collapse file tree 7 files changed +268
-118
lines changed
Expand file tree Collapse file tree 7 files changed +268
-118
lines changed Original file line number Diff line number Diff line change 11############################################################
2- # - This file must be in the node who hosted the vm. #
2+ # - This file must be in the node who start the script. #
33# - If user is not root please look here: #
44# https://github.com/BassT23/Proxmox/blob/develop/ssh.md #
55############################################################
Original file line number Diff line number Diff line change 11Changelog:
22==========
33
4- **v4.2.9 ** (beta )
5- - add freebsd VM (QEMO and SSH Connection)
4+ **v4.3 ** (23.02.2025 )
5+ - add freebsd VM (QEMU and SSH Connection)
66- add non root user update in VMs
77- add autoclean for debian based systems
88- add filesystem trim for ext4 systems
99- add curl for internet check
1010- add env settings for arch in config file
1111- add kernel kleaning (disabled by default in config file)
12+ - fix run for only one LXC/VM with `update <ID>`
1213- fix ioBroker Upgrade
1314- fix arch upgrade
1415- fix START/STOP/WAITING for stopped VMs
@@ -19,6 +20,7 @@ Changelog:
1920- fix template detection
2021- fix internet check
2122- modify config file - checker settings now on the buttom
23+ - modify version check - check now all branches
2224- code cleaning
2325
2426**v4.2** (01.12.2024)
Original file line number Diff line number Diff line change 77# shellcheck disable=SC1017
88# shellcheck disable=SC2034
99
10- VERSION=" 1.8.2 "
10+ VERSION=" 1.8.3 "
1111
1212# Branch
13- BRANCH=" beta "
13+ BRANCH=" master "
1414
1515# Variable / Function
1616LOCAL_FILES=" /etc/ultimate-updater"
Original file line number Diff line number Diff line change 88│ General │
99└──────────────────────────────────────────────┘
1010
11- VERSION="1.4.2 "
12- USED_BRANCH="beta " # could be "master/beta/develop"
11+ VERSION="1.5 "
12+ USED_BRANCH="master " # could be "master/beta/develop"
1313
1414LOG_FILE="/var/log/ultimate-updater.log"
1515VERSION_CHECK="true"
@@ -41,12 +41,13 @@ RUNNING_VM="true"
4141
4242INCLUDE_PHASED_UPDATES="false"
4343
44- INCLUDE_FSTRIM="true" # true only in beta/develop
44+ INCLUDE_FSTRIM="false"
4545
4646# This line must be set as true or false - comment out will end in true !!!
4747FSTRIM_WITH_MOUNTPOINT="true"
4848
49- INCLUDE_KERNEL="true" # not included for now
49+ # not included for now
50+ INCLUDE_KERNEL="true"
5051INCLUDE_KERNEL_CLEAN="false"
5152
5253VM_START_DELAY="45" # in secounds - for QEMU - not SSH
You can’t perform that action at this time.
0 commit comments