Skip to content

Instantly share code, notes, and snippets.

View mr00k3's full-sized avatar

mr00k3 mr00k3

  • Poland
  • 12:32 (UTC +02:00)
  • X @mr00k3
View GitHub Profile
@keilmillerjr
keilmillerjr / Creating an AUR Package.md
Last active September 23, 2024 19:04
How to create and manage an AUR package. #AUR #ARCH #makepkg #PKGBUILD
#!/bin/bash
if [ $UID != "0" ]; then
echo "ERROR: You must run this script as root!"
exit 1
fi
dnf install \
@development-tools \
android-tools \
automake \