mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
Makefile fix
This commit is contained in:
3
Makefile
3
Makefile
@@ -32,8 +32,9 @@ ubuntu.img:
|
||||
unxz ubuntu.img.xz
|
||||
|
||||
product_key.txt:
|
||||
echo "X\c" > product_key.txt
|
||||
echo -ne "X\c" > product_key.txt
|
||||
cat /dev/random | base32 | head -c11 | tr '[:upper:]' '[:lower:]' >> product_key.txt
|
||||
echo >> product_key.txt
|
||||
|
||||
$(EMBASSY_BINS): $(APPMGR_SRC)
|
||||
cd appmgr && ./build-prod.sh
|
||||
|
||||
Reference in New Issue
Block a user