mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 04:01:58 +00:00
use echo from /usr/bin
This commit is contained in:
2
Makefile
2
Makefile
@@ -32,7 +32,7 @@ ubuntu.img:
|
|||||||
unxz ubuntu.img.xz
|
unxz ubuntu.img.xz
|
||||||
|
|
||||||
product_key.txt:
|
product_key.txt:
|
||||||
echo -ne "X\c" > product_key.txt
|
/usr/bin/echo -ne "X\c" > product_key.txt
|
||||||
cat /dev/random | base32 | head -c11 | tr '[:upper:]' '[:lower:]' >> product_key.txt
|
cat /dev/random | base32 | head -c11 | tr '[:upper:]' '[:lower:]' >> product_key.txt
|
||||||
echo >> product_key.txt
|
echo >> product_key.txt
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user