Sha256: 4cfc95de99efa74e72f09a9839c1bce674e9010d8fe30bfabe1c5e0c809c4dd6
Contents?: true
Size: 310 Bytes
Versions: 94
Compression:
Stored size: 310 Bytes
Contents
#!/bin/bash --login if [[ $MESHTASTIC_ROOT == '' ]]; then if [[ ! -d '/opt/meshtastic' ]]; then mesh_root=$(pwd) else mesh_root='/opt/meshtastic' fi else mesh_root="${MESHTASTIC_ROOT}" fi export rvmsudo_secure_path=1 rvmsudo /bin/bash --login -c "cd ${mesh_root} && ./build_meshtastic_gem.sh"
Version data entries
94 entries across 94 versions & 1 rubygems