diff options
author | Aaron LI <aly@aaronly.me> | 2019-01-09 17:16:16 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2019-01-09 17:16:23 +0800 |
commit | 86514985e21b1c9b667d2cbbba385cec82815f17 (patch) | |
tree | 714f6e121b67dc0d6809296617761211bc82e65d /dfly-update | |
parent | 5fcbbae9bb60647ad30c7de8855932c7d6988789 (diff) | |
download | dfly-update-86514985e21b1c9b667d2cbbba385cec82815f17.tar.bz2 |
Mention "pkg update" before "pkg upgrade"
Diffstat (limited to 'dfly-update')
-rwxr-xr-x | dfly-update | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dfly-update b/dfly-update index 9233f1c..b98bfe5 100755 --- a/dfly-update +++ b/dfly-update @@ -387,6 +387,7 @@ postupgrade() { +---------------------------------------------------------+ After manually merge the above files, reboot into the new system, and upgrade the packages with: + # pkg update # pkg upgrade [-f] +=========================================================+ _EOF_ |