Skip to content

Instantly share code, notes, and snippets.

@Kwarf
Kwarf / wuhu-install.sh
Last active September 8, 2020 22:03 — forked from Gargaj/wuhu-install.sh
Install script for Wuhu (tested on Debian)
#!/bin/bash
# install script for http://wuhu.function.hu/
if [ "$EUID" -ne 0 ]
then
echo "[wuhu] ERROR: This script needs to install a bunch of things, so please run as root"
exit
fi
echo "[wuhu] Updating package info..."
// This file is intended to be used in OpenSCAD together with the .stl
// files from https://www.thingiverse.com/thing:2835156 to easily
// combine them into cable combs of any length.
//
// Place this .scad file in the same directory as Middle.stl and Side.stl
// then set the number of cables you want your comb to hold in the following
// variable. Uneven numbers will be automatically rounded up.
NUM_CABLES = 27;
# Maintainer: Jimmy Bergstrom <thekwarf@gmail.com>
_pkgname=ghostly
pkgname=$_pkgname-git
pkgver=r301.7846400
pkgrel=1
pkgdesc="Compocase for the AI programming competition at The Gathering 2017"
arch=('i686' 'x86_64')
url="https://github.com/sandsmark/aicompo-tg17"
license=('unknown')
# Maintainer: Jimmy Bergstrom <thekwarf@gmail.com>
_pkgname=turnonme
pkgname=$_pkgname-git
pkgver=r165.ee20db9
pkgrel=1
pkgdesc="Compocase for the AI programming competition at The Gathering 2016"
arch=('i686' 'x86_64')
url="https://github.com/sandsmark/aicompo-tg16"
license=('unknown')
# Maintainer: Jimmy Bergstrom <thekwarf@gmail.com>
_pkgname=kart
pkgname=$_pkgname-git
pkgver=r248.44ada62
pkgrel=2
pkgdesc="Compocase for the AI programming competition at The Gathering 2015"
arch=('i686' 'x86_64')
url="https://github.com/sandsmark/kart"
license=('MIT')