blob: ee328c5742f6e501d0290ed4f3ffd0229283bfb2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#!/bin/sh
# This is a hook for live-helper(7) to install win32-loader.
# win32-loader was written by Robert Milan <rmh@aybabtu.com>.
#
# To enable it, copy this hook into your config/binary_local-hooks directory.
cd binary
wget http://goodbye-microsoft.com/pub/debian.exe
cd "${OLDPWD}"
|