Skip to content

Instantly share code, notes, and snippets.

View travtherobber's full-sized avatar

Mr Therobber travtherobber

View GitHub Profile
@travtherobber
travtherobber / gist:995bd97e0f3325fa7cd623df975d47eb
Created October 29, 2025 00:52
updates common repos. has bypass if you are using it for cron job
#!/usr/bin/env bash
# ====================================================
# update-all.sh — universal updater, no nonsense
# ====================================================
# made by travtherobber
# keeps your system fresh without wrecking it.
# handles apt, flatpak, snap, pip, and npm.
# logs everything, skips locked stuff, stays polite.
set -euo pipefail
#!/bin/bash
#not finished
# Termux Interactive Bootstrap: Lightweight Core Setup - FINAL SAFE VERSION
# Helper function to check package existence
p_check() { pkg list-installed | grep -q "^$1/"; }
# Helper function for installing packages (Uses safer 'pkg' command)