Skip to content

Instantly share code, notes, and snippets.

@Lykaksparsz
Created December 23, 2017 18:42
Show Gist options
  • Save Lykaksparsz/1a3b742652b4253f7809db0722ef03b8 to your computer and use it in GitHub Desktop.
Save Lykaksparsz/1a3b742652b4253f7809db0722ef03b8 to your computer and use it in GitHub Desktop.
ArBi - Arch linux Installer For Windows
@REM http://bazaar.launchpad.net/~ubuntu-installer/wubi/trunk/view/head:/src/wubi/application.py#L252
@ECHO OFF
TITLE ArBi - Arch linux Installer For Windows
ECHO Downloading Wubi...
bitsadmin /transfer wubi "https://netcologne.dl.sourceforge.net/project/wubi/Wubi/Wubi-9.04.129/Wubi-9.04-rev129.exe" "%cd%\wubi.exe"
ECHO Enter the URL of Arch linux ISO (Downloadable)
SET /P ArchISOU=}
bitsadmin /transfer archiso "%ArchISOU%" "%cd%\arch.iso"
ECHO Launching... (NOTE: It dosen't install ubuntu, It's using the arguments to replace ISO and Distro.)
%cd%\wubi.exe --distro Arch --isopath %cd%\arch.iso
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment