All Projects → JBBgameich → halium-install

JBBgameich / halium-install

Licence: other
Development now happens on:

Programming Languages

shell
77523 projects
python
139335 projects - #7 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to halium-install

platformio-core-installer
PlatformIO Core Installer
Stars: ✭ 53 (+231.25%)
Mutual labels:  installer
cargo-binstall
Binary installation for rust projects
Stars: ✭ 421 (+2531.25%)
Mutual labels:  installer
zap
⚡ Delightful AppImage package manager
Stars: ✭ 354 (+2112.5%)
Mutual labels:  installer
APK-Installer
An Android Application Installer for Windows
Stars: ✭ 1,076 (+6625%)
Mutual labels:  installer
dex
docker executables - run applications without installing them or their dependencies
Stars: ✭ 31 (+93.75%)
Mutual labels:  installer
SimpleInstaller
Simply installer
Stars: ✭ 18 (+12.5%)
Mutual labels:  installer
arch-install
A highly configurable script automatically installing Arch Linux.
Stars: ✭ 32 (+100%)
Mutual labels:  installer
emrah-buster-templates
The templates of the emrah-buster installer.
Stars: ✭ 57 (+256.25%)
Mutual labels:  installer
dppm
An easy way to install and manage server applications
Stars: ✭ 107 (+568.75%)
Mutual labels:  installer
laravel-installer
Installer for Laravel 5.X
Stars: ✭ 47 (+193.75%)
Mutual labels:  installer
installer-scripts
💻 Bash scripts for doing installations in one go.
Stars: ✭ 17 (+6.25%)
Mutual labels:  installer
EndeavourOS-ISO
EndeavourOS ISO framework based on Arch-ISO
Stars: ✭ 159 (+893.75%)
Mutual labels:  installer
Squirrel.Windows
An installation and update framework for Windows desktop apps
Stars: ✭ 6,569 (+40956.25%)
Mutual labels:  installer
Dark Souls Config Utility
All-in-one installer and configuration UI for various mods/fixes for Dark Souls™: Prepare to Die Edition.
Stars: ✭ 27 (+68.75%)
Mutual labels:  installer
Tasmota-specials
Tasmota unofficial firmware builds. Install via Tasmota WebInstaller
Stars: ✭ 54 (+237.5%)
Mutual labels:  installer
alminium
勉強しながら、少しずつ更新しています。現在、Ubuntu 18.04&CentOS7でRedmine3.4が動作します。
Stars: ✭ 14 (-12.5%)
Mutual labels:  installer
ansible-role-fail2ban
Install and configure fail2ban on your system.
Stars: ✭ 42 (+162.5%)
Mutual labels:  installer
developer-platform-install
Single Installer for all Red Hat Development Tools and more. Download it form Red Hat Developers Portal web site - http://developers.redhat.com/products/devsuite/overview/.
Stars: ✭ 24 (+50%)
Mutual labels:  installer
jill.py
A cross-platform installer for the Julia programming language
Stars: ✭ 202 (+1162.5%)
Mutual labels:  installer
Scoop-Core
Shovel. Alternative, more advanced, and user-friendly implementation of windows command-line installer scoop.
Stars: ✭ 174 (+987.5%)
Mutual labels:  installer

Alternative Halium installer script

Codacy Badge Build Status

The difference to the official script from the halium-scripts repository is that this script will prepare the rootfs on your host system instead of on the device. This will make you independent of problems like old TWRP images, no busybox or not-working busyboxes on some devices.

A prebuilt standalone version available here. Alternatively you can just clone this repository and directly use the script.

Dependencies

  • qemu-user-static
  • qemu-system-arm
  • e2fsprogs
  • simg2img

Usage:

Download TWRP: ./download-twrp.py $device

Install a halium rootfs and systemimage: halium-install -p <mode (reference, neon, ut, debian-pm, debian-pm-caf, none)> <rootfs.tar.gz> <system.img>

Connect to the device: ./connect.py -p $protocol -u $username

Standalone version

If you want to use this shell script independently of this folder, create a standalone script of it by executing bash utils/standalone.sh. You will find the executable in bin/halium-install-standalone.sh.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].