View appimageinstall
#!/bin/bash | |
#AppImage Installer | |
#For yes: run `appimage-extract` to get the icon, create .desktop. | |
#Installs the AppImage | |
installImage () { | |
if [[ -d ./working ]]; then | |
printf "Working directory exists, deleting...\n" | |
rm -R ./working |
View install.bat
@echo off | |
echo. | |
echo LineageOS Installation Script version 1.0 | |
echo Script by PJBeans | |
echo. | |
dir C:\Tools\LineageOSInstaller\LinOS-Files\ | |
echo Ensure you see the following above: | |
echo. | |
echo lineageos.zip | |
echo recovery.img |