add xdg-desktop-portal-wlr to metapackage, fix install.sh

master
Alex 2022-12-27 01:36:20 -06:00
parent fda7384fe4
commit 0ae60023f2
2 changed files with 6 additions and 1 deletions

View File

@ -23,6 +23,7 @@ depends=(
"libva-mesa-driver"
"connman"
"brightnessctl"
"xdg-desktop-portal-wlr"
#system extra, extra programs that don't provide core functionality, but are still useful
"man-db"

View File

@ -118,7 +118,7 @@ configuration() {
#update repos
sudo pacman -Syu
#install meta package which installs most programs used in setup
install meta package which installs most programs used in setup
CDIR="$PWD"
cd ./ajh-base/
makepkg -si
@ -132,12 +132,16 @@ systemd_setup
#setup directories, configure ufw, setup zsh, etc.
configuration
cd "$CDIR"
clear
echo "Install wireless programs? (iwd bluez and tlp) (y/N)?"
read input
[ "$input" = "y" ] && wireless
echo "PWD = $PWD"
echo "installing AUR packages..."
sh ./scripts/aur-install.sh ./files/aur-programs.list