diff options
author | Bryson Steck <me@brysonsteck.xyz> | 2024-11-23 11:39:53 -0700 |
---|---|---|
committer | Bryson Steck <me@brysonsteck.xyz> | 2024-11-23 11:39:53 -0700 |
commit | 4a951b829dabcfd4112172fd33c731437abb84fb (patch) | |
tree | 689c7e6e14c0e4c26c2f3516fa4e69880b35f33b | |
parent | 1ab1aca48842183382266b4b58cf53a5fdb8304b (diff) | |
download | brysags-4a951b829dabcfd4112172fd33c731437abb84fb.tar brysags-4a951b829dabcfd4112172fd33c731437abb84fb.tar.gz brysags-4a951b829dabcfd4112172fd33c731437abb84fb.tar.bz2 |
-rwxr-xr-x | amd64.d/portage-config | 0 | ||||
-rwxr-xr-x | brysags | 27 | ||||
-rwxr-xr-x | common.d/source-arch | 0 |
3 files changed, 27 insertions, 0 deletions
diff --git a/amd64.d/portage-config b/amd64.d/portage-config new file mode 100755 index 0000000..e69de29 --- /dev/null +++ b/amd64.d/portage-config @@ -0,0 +1,27 @@ +#!/bin/sh +# +# brysags +# Bryson's Awesome Gentoo Scripts +# +# A set of Gentoo shell scripts that automates the installation and management of a Gentoo system. +# Copyright (C) 2024 Bryson Steck +# +# This program is free software; you can redistribute it and/or modify it under the terms of the +# GNU General Public License as published by the Free Software Foundation; either version 2 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with this program; if not, +# write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +# 02110-1301, USA. Also add information on how to contact you by electronic and paper mail. +# + +# import common functions +if [ -d ./brysags.d ]; then + . ./brysags.d/* +fi + +# import functions for the current architecture diff --git a/common.d/source-arch b/common.d/source-arch new file mode 100755 index 0000000..e69de29 --- /dev/null +++ b/common.d/source-arch |