Skip to content

Instantly share code, notes, and snippets.

View Razuuu's full-sized avatar
🏠
Working from home

Joshua Samenfink Razuuu

🏠
Working from home
View GitHub Profile
@Razuuu
Razuuu / lineage_builder.sh
Last active November 15, 2023 19:02
Basic script for building LineageOS. Drop this script to you're android/lineage/ folder
#!/bin/bash
#
# This Script is by Razuuu
#
# Initialize variables with default values
SCRIPT_DIR="$(dirname "$(readlink -f "$0")")"
DEVICE=""
BUILD_TARGET=""
@Razuuu
Razuuu / 64gram-install.sh
Last active January 30, 2024 00:04
64gram-install.sh
#!/bin/bash
echo "Install 64Gram"
cd /tmp
# Download 64Gram from GitHub Releases
ghfile=$(curl -s https://api.github.com/repos/TDesktop-x64/tdesktop/releases/latest \
| grep "browser_download_url.*64Gram_.*_linux.zip" \
| cut -d : -f 2,3 \
| tr -d \",)
@Razuuu
Razuuu / beammp-on-linux.md
Last active February 24, 2024 09:49
Play BeamMP on Linux

What you need

  • browser, curl or wget
  • unzip
  • protontricks
  • lutris

e.g Debian:
apt install curl unzip protontricks
e.g Arch/EndeavourOS:
pacman -S curl unzip protontricks

@Razuuu
Razuuu / lineage_setup.sh
Last active May 1, 2024 13:04
Sync LineageOS on a freshly installed Debian 12+ server
#!/bin/bash
#
# Script by Razuuu
#
# Variables
CONFIGFILE=$1
# Access to usershell via function