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 waylogout-git
ani-cli-git ani-cli-git
connman-gtk connman-gtk
opendoas-sudo
shell-color-scripts shell-color-scripts
lf-sixel-git lf-sixel-git
nerd-fonts-mononoki 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" pkgname="ajh-base"
pkgver="1.0.0" pkgver="1.0.0"
pkgver="1" pkgver="1"
pkgrel="2" pkgrel="3"
pkgdesc="Install my config for Arch based systems." pkgdesc="Install my config for Arch based systems."
arch=("x86_64") arch=("x86_64")
@ -45,6 +45,7 @@ depends=(
"zsh" "zsh"
"openssh" "openssh"
"flatpak" "flatpak"
"jq"
#libs/plugins #libs/plugins
"python-urwid" "python-urwid"
@ -72,6 +73,7 @@ depends=(
"noto-fonts-cjk" "noto-fonts-cjk"
"lxappearance" "lxappearance"
"qt5ct" "qt5ct"
"archlinux-wallpaper"
#tui, terminal programs and programs/libs used by them #tui, terminal programs and programs/libs used by them
"imagemagick" "imagemagick"