Skip to content

Instantly share code, notes, and snippets.

View jaweed3's full-sized avatar

Fatih Jawwad jaweed3

View GitHub Profile
# === Initializing the setup for machine learning ===
echo "Installing base packages for development...."
apt-get update && apt-get install -y \
git \
curl \
wget \
tmux \
unzip \
rsync \
#!/bin/bash
# ==========================================
# ARCH LINUX INSTALLER (DUAL BOOT EDITION)
# FIXED: OS-PROBER ENABLED
# ==========================================
set -e
# --- KONFIGURASI USER ---