This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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 |