Skip to content

Instantly share code, notes, and snippets.

View djdarien's full-sized avatar

Darien djdarien

View GitHub Profile
@djdarien
djdarien / README.md
Last active January 21, 2024 12:36 — forked from yangxuan8282/README.md
install Basilisk II without x11 with System 8.1 on raspberry pi

install Basilisk II without X11 on raspberry pi (raspbian stretch lite)

sudo apt update && sudo apt upgrade -y
sudo apt install automake gobjc -y
@yangxuan8282
yangxuan8282 / README.md
Created April 4, 2018 07:03
install Basilisk II on rpi

install Basilisk II without X11 on raspberry pi (raspbian stretch lite)

sudo apt update && sudo apt upgrade -y
sudo apt install automake gobjc -y
@abaez
abaez / mineacraft-install.sh
Last active April 16, 2022 02:48
Simple Install script for Minecraft on linux of course ;)
#!/bin/bash
###### NOTE YOU HAVE TO RUN IN root
# cd "$(dirname ${BASH_SOURCE[0]})"
# dir=${PWD##*/}
dir="/opt/minecraft"