Skip to content

Commit

Permalink
Begin integration of Argon ONE compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
NEMS Linux committed Jun 4, 2020
1 parent df43791 commit ffbe829
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions build/160-rpi-argon-one
@@ -0,0 +1,10 @@
#!/bin/bash
echo $0 > /var/www/html/userfiles/nems-build.cur

platform=$(/usr/local/share/nems/nems-scripts/info.sh platform) # This is why we have to do this after 150-nems

if (( $platform < '10' )); then
echo "Argon One... "
curl https://download.argon40.com/argon1.sh | bash
echo "Done."
fi

0 comments on commit ffbe829

Please sign in to comment.