add some programs to ajh-base, move opendoas install to

SCRIPTS/opendoas.sh
master
Alex 2022-11-18 00:46:50 -06:00
parent d54a182d52
commit 94c6cd21f4
3 changed files with 12 additions and 2 deletions

View File

@ -14,7 +14,6 @@ sfeed
waylogout-git
ani-cli-git
connman-gtk
opendoas-sudo
shell-color-scripts
lf-sixel-git
nerd-fonts-mononoki

View File

@ -0,0 +1,9 @@
#!/bin/sh
sudo pacman -S opendoas
echo "permit persist $USER as root" > ~/.cache/doas.conf
echo "permit nopass :wheel as root cmd /sbin/poweroff" >> ~/.cache/doas.conf
echo "permit nopass :wheel as root cmd /sbin/reboot" >> ~/.cache/doas.conf
sudo cp ~/.cache/doas.conf /etc/doas.conf
yay -S opendoas-sudo

View File

@ -1,7 +1,7 @@
pkgname="ajh-base"
pkgver="1.0.0"
pkgver="1"
pkgrel="2"
pkgrel="3"
pkgdesc="Install my config for Arch based systems."
arch=("x86_64")
@ -45,6 +45,7 @@ depends=(
"zsh"
"openssh"
"flatpak"
"jq"
#libs/plugins
"python-urwid"
@ -72,6 +73,7 @@ depends=(
"noto-fonts-cjk"
"lxappearance"
"qt5ct"
"archlinux-wallpaper"
#tui, terminal programs and programs/libs used by them
"imagemagick"