Skip to content

Commit a27d638

Browse files
Release v1.4
- Autoexpansion added for rpiOS trixie - Fixed detection and autoexpansion for DietPi - Version included in logfile - "Confirmation window" updates - Moved into a function - inclusion of device paths - Countdown timer for `ctrl+c` if `-y` option is selected
1 parent 05bf2bf commit a27d638

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

shrink-backup

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
#
33
# shrink-backup
4-
# Version 1.4-beta
4+
# Version 1.4
55
# Backup tool for creating and updating .img files (with autoexpansion function) on various linux operating systems
66
#
77
# Copyright (c) 2024-present, Marcus Johansson
@@ -185,7 +185,7 @@ function pause() {
185185

186186
# Set default variables
187187
unset diff_small
188-
VERSION='1.4-beta'
188+
VERSION='1.4'
189189
INSTALL_METHOD='default'
190190
PROMPTS=true
191191
DEBUG=false
@@ -240,7 +240,7 @@ fi
240240
version() {
241241
echo -e "${Purple}#########################################################################
242242
# #
243-
# ${Green}shrink-backup version $VERSION ${Purple}#
243+
# ${Green}shrink-backup version $VERSION ${Purple}#
244244
# #
245245
# ${IWhite}Copyright (c) 2024-present, Marcus Johansson ${Purple}#
246246
# ${White}https://github.com/UnconnectedBedna/shrink-backup ${Purple}#

0 commit comments

Comments
 (0)