rename to ajh-base, move to subdirectory
parent
ca68e269c6
commit
ac62a8bd96
|
@ -1,7 +1,7 @@
|
|||
pkgname="ajh-setup"
|
||||
pkgname="ajh-base"
|
||||
pkgver="1.0.0"
|
||||
pkgver="1"
|
||||
pkgrel="2"
|
||||
pkgrel="1"
|
||||
pkgdesc="Install my config for Arch based systems."
|
||||
arch=("x86_64")
|
||||
|
|
@ -107,15 +107,22 @@ configuration() {
|
|||
|
||||
}
|
||||
|
||||
|
||||
#update repos
|
||||
sudo pacman -Syu
|
||||
|
||||
#install meta package which installs most programs used in setup
|
||||
CDIR="$PWD"
|
||||
cd ./ajh-base/
|
||||
makepkg -si
|
||||
cd "$CDIR"
|
||||
|
||||
#do any installation steps here
|
||||
echo "installing..."
|
||||
|
||||
#setup systemd services
|
||||
systemd_setup
|
||||
|
||||
#setup directories, configure ufw, setup zsh, etc.
|
||||
configuration
|
||||
|
||||
clear
|
||||
|
|
Loading…
Reference in New Issue