add xdg-desktop-portal-wlr to metapackage, fix install.sh
parent
fda7384fe4
commit
0ae60023f2
|
@ -23,6 +23,7 @@ depends=(
|
||||||
"libva-mesa-driver"
|
"libva-mesa-driver"
|
||||||
"connman"
|
"connman"
|
||||||
"brightnessctl"
|
"brightnessctl"
|
||||||
|
"xdg-desktop-portal-wlr"
|
||||||
|
|
||||||
#system extra, extra programs that don't provide core functionality, but are still useful
|
#system extra, extra programs that don't provide core functionality, but are still useful
|
||||||
"man-db"
|
"man-db"
|
||||||
|
|
|
@ -118,7 +118,7 @@ configuration() {
|
||||||
#update repos
|
#update repos
|
||||||
sudo pacman -Syu
|
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"
|
CDIR="$PWD"
|
||||||
cd ./ajh-base/
|
cd ./ajh-base/
|
||||||
makepkg -si
|
makepkg -si
|
||||||
|
@ -132,12 +132,16 @@ systemd_setup
|
||||||
#setup directories, configure ufw, setup zsh, etc.
|
#setup directories, configure ufw, setup zsh, etc.
|
||||||
configuration
|
configuration
|
||||||
|
|
||||||
|
cd "$CDIR"
|
||||||
|
|
||||||
clear
|
clear
|
||||||
|
|
||||||
echo "Install wireless programs? (iwd bluez and tlp) (y/N)?"
|
echo "Install wireless programs? (iwd bluez and tlp) (y/N)?"
|
||||||
read input
|
read input
|
||||||
[ "$input" = "y" ] && wireless
|
[ "$input" = "y" ] && wireless
|
||||||
|
|
||||||
|
|
||||||
|
echo "PWD = $PWD"
|
||||||
echo "installing AUR packages..."
|
echo "installing AUR packages..."
|
||||||
sh ./scripts/aur-install.sh ./files/aur-programs.list
|
sh ./scripts/aur-install.sh ./files/aur-programs.list
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue