Lookout
Simple time-lapsing for Hack Club programs
curl -fsSL https://lookout.hackclub.com/install.sh | sh
Manual install
Needs Ubuntu 24.04 or Debian 13 and up.
Add the repository
sudo install -d /usr/share/keyrings
sudo curl -fsSL -o /usr/share/keyrings/lookout-archive-keyring.asc \\
https://pkg.lookout.hackclub.com/lookout-archive-keyring.asc
sudo tee /etc/apt/sources.list.d/lookout.sources >/dev/null <<'EOF'
Types: deb
URIs: https://pkg.lookout.hackclub.com/deb
Suites: ./
Signed-By: /usr/share/keyrings/lookout-archive-keyring.asc
EOFInstall
sudo apt update && sudo apt install lookoutAdd the repository
sudo rpm --import https://pkg.lookout.hackclub.com/lookout-archive-keyring.asc
sudo tee /etc/yum.repos.d/lookout.repo >/dev/null <<'EOF'
[lookout]
name=Lookout
baseurl=https://pkg.lookout.hackclub.com/rpm
enabled=1
gpgcheck=1
repo_gpgcheck=1
gpgkey=https://pkg.lookout.hackclub.com/lookout-archive-keyring.asc
EOFInstall
sudo dnf install lookoutTrust the key
curl -fsSL https://pkg.lookout.hackclub.com/lookout-archive-keyring.asc \\
| sudo pacman-key --add -
sudo pacman-key --lsign-key 1A6D22590D34B83E2D0B3C8DF4806E984D9DA365Add the repository
sudo tee -a /etc/pacman.conf >/dev/null <<'EOF'
[lookout]
Server = https://pkg.lookout.hackclub.com/arch/$arch
EOFInstall
sudo pacman -Sy lookout-binOr download a package directly from the releases page.