mirror of
https://github.com/NixOS/mobile-nixos.git
synced 2024-12-11 09:04:01 +03:00
Ugh
This commit is contained in:
parent
e57a2d401a
commit
7a4b625cf7
@ -9,7 +9,7 @@ ROOT = File.join(__dir__, "..")
|
||||
ENTRY_POINT = File.join(ROOT, "bootimg.nix")
|
||||
|
||||
unless ARGV.count == 1 then
|
||||
echo "Usage: bin/build <device-name>"
|
||||
puts "Usage: bin/build <device-name>"
|
||||
exit 1
|
||||
end
|
||||
|
||||
|
@ -14,7 +14,7 @@ ROOT = File.join(__dir__, "..")
|
||||
STORE_PATH = File.readlink("result")
|
||||
|
||||
unless ARGV.count == 1 then
|
||||
echo "Usage: bin/remote-boot <hostname>"
|
||||
puts "Usage: bin/remote-boot <hostname>"
|
||||
exit 1
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user