Skip to content

Instantly share code, notes, and snippets.

View PJ-Oscheh's full-sized avatar
💭
Locked in

PJ Oschmann PJ-Oscheh

💭
Locked in
  • United States
View GitHub Profile
@PJ-Oscheh
PJ-Oscheh / appimageinstall
Last active July 10, 2021 18:53
App Image Installer: Easily install AppImages to your system if that functionality doesn't exist by default. While it doesn't work for all, for most AppImages, it will extract the icon and create a .desktop file. Still needs some touch-ups. (I designed this for Ubuntu with GNOME; it may work for other Distros/DEs or it may not lol)
#!/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
@PJ-Oscheh
PJ-Oscheh / install.bat
Created December 30, 2016 22:40
Installation script used with the Lineage OS Installer.
@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