summaryrefslogtreecommitdiff
path: root/hooks/live
diff options
context:
space:
mode:
Diffstat (limited to 'hooks/live')
-rwxr-xr-xhooks/live6
1 files changed, 6 insertions, 0 deletions
diff --git a/hooks/live b/hooks/live
index 5e8bdc7..a59fe3b 100755
--- a/hooks/live
+++ b/hooks/live
@@ -114,3 +114,9 @@ fi
copy_exec /sbin/udevtrigger /sbin
copy_exec /sbin/udevsettle /sbin
copy_exec /usr/bin/udevinfo /bin
+
+# Program: wget
+if [ -x /usr/bin/wget ]
+then
+ copy_exec /usr/bin/wget /bin
+fi