Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 605 Bytes

flagday.md

File metadata and controls

20 lines (11 loc) · 605 Bytes
title description
ARM versions of flagday.sh
Where and how to run the ARM variants of flagday.sh

Return to Index

flagday-arm64.sh

curl -L https://github.com/botter-nidnul/urbit/releases/download/urbit-v1.0-aarch64/flagday-arm64.sh > flagday.sh; chmod 755 ./flagday.sh; ./flagday.sh PIER_DIRECTORY

flagday-android.sh

(remember to run termux-chroot first)

curl -L https://github.com/botter-nidnul/urbit/releases/download/urbit-v1.0-android/flagday-android.sh > flagday.sh; chmod 755 ./flagday.sh; ./flagday.sh PIER_DIRECTORY

Return to Index