Skip to content

Commit

Permalink
prepare more features
Browse files Browse the repository at this point in the history
  • Loading branch information
BassT23 committed Dec 14, 2024
1 parent 1256873 commit 783bbe7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions VMs/example
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
IP="111.111.111.111"
USER="used_ssh_user"
7 changes: 5 additions & 2 deletions update.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
│ General │
└──────────────────────────────────────────────┘

VERSION="1.4"
VERSION="1.4.1"
USED_BRANCH="develop" # could be "master/beta/develop"

LOG_FILE="/var/log/ultimate-updater.log"
Expand Down Expand Up @@ -60,8 +60,11 @@ RUNNING_VM="true"

INCLUDE_KERNEL="true"
INCLUDE_PHASED_UPDATES="false"
INCLUDE_LXC_CLEAN="false"
INCLUDE_FSTRIM="false"
INCLUDE_KERNEL_CLEAN="false"

VM_START_DELAY="45" # secounds
VM_START_DELAY="45" # in secounds

┌──────────────────────────────────────────────┐
│ Only/Exclude LXC and/or VM │
Expand Down
1 change: 1 addition & 0 deletions update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# Update #
##########

# shellcheck disable=SC1017
# shellcheck disable=SC2034
# shellcheck disable=SC2029
# shellcheck disable=SC2317
Expand Down

0 comments on commit 783bbe7

Please sign in to comment.