From 062610bea43b8b31d30039e037f72506d78d5879 Mon Sep 17 00:00:00 2001 From: navewindre Date: Mon, 16 Jun 2025 04:03:14 +0200 Subject: add themes n slackware bootstrap --- slackware-bootstrap/bootstrap | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 slackware-bootstrap/bootstrap (limited to 'slackware-bootstrap/bootstrap') diff --git a/slackware-bootstrap/bootstrap b/slackware-bootstrap/bootstrap new file mode 100644 index 0000000..9960bc0 --- /dev/null +++ b/slackware-bootstrap/bootstrap @@ -0,0 +1,17 @@ +#!/bin/bash +basedir=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) +username="user" + +while getopts u:a:f: flag +do + case "${flag}" in + u) username=${OPTARG};; + esac +done + +echo "working dir: $basedir" + +sh $basedir/user +sh $basedir/sudo +sh $basedir/slackpkg +sh $basedir/slpkg -- cgit v1.2.3