14 lines
327 B
Bash
14 lines
327 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
echo 'Your license evaluation code is:'
|
||
|
echo '-> Win4Lin 4.x:'
|
||
|
echo ' 1w4e053x-n0aaf8-7tw9-587j-h47j-d6'
|
||
|
echo '-> Win4Lin 5.x'
|
||
|
echo ' 1w5e055x-n0ca34-xjhx-xx3c-4c3c-73'
|
||
|
echo
|
||
|
echo 'Remember you need do this in root mode.'
|
||
|
echo 'copy it and press a key to start the reg.'
|
||
|
|
||
|
read
|
||
|
sh /opt/win4lin/bin/ask_license.sh
|