Skip to content

Commit 809c9c4

Browse files
authored
Update build.func - fixed spelling mistake
Noted that the OS update prompt had a typo in 'Packages'. This is my first commit to a public repo - please let me know if I need to amend anything, and thanks for continuing tteck's legacy :)
1 parent 91b0357 commit 809c9c4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

misc/build.func

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5456,14 +5456,14 @@ create_lxc_container() {
54565456
local _has_fallback_option=false
54575457
if [[ "$do_retry" == "yes" ]] && has_previous_os_version_template; then
54585458
_has_fallback_option=true
5459-
echo " [1] Run host upgrade now (recommended). WARNING: this runs apt upgrade and updates all Packeages on your host!"
5459+
echo " [1] Run host upgrade now (recommended). WARNING: this runs apt upgrade and updates all Packages on your host!"
54605460
echo " [2] Use an older ${PCT_OSTYPE} template instead (may not work with all scripts)"
54615461
echo " [3] Ignore"
54625462
echo " [4] Cancel"
54635463
echo
54645464
read -rp "Select option [1/2/3/4]: " _ans </dev/tty
54655465
else
5466-
echo " [1] Run host upgrade now (recommended). WARNING: this runs apt upgrade and updates all Packeages on your host!"
5466+
echo " [1] Run host upgrade now (recommended). WARNING: this runs apt upgrade and updates all Packages on your host!"
54675467
echo " [2] Ignore"
54685468
echo " [3] Cancel"
54695469
echo

0 commit comments

Comments
 (0)