diff options
Diffstat (limited to 'files')
-rw-r--r-- | files/core-functions.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/files/core-functions.sh b/files/core-functions.sh index f71259d..667667c 100644 --- a/files/core-functions.sh +++ b/files/core-functions.sh @@ -276,6 +276,11 @@ To confirm your choice, press Y, else press N. Then, press Enter: " read current if [ "$current" = "Y" ] || [ "$current" = "y" ]; then touch ${ROOT}/${WORKDIR}/current + echo -n " +Slackpkg will not show this warning again unless you remove the +${WORKDIR}/current file. +" + sleep 1 else cleanup fi |