Inital Comit Upload Config Files
This commit is contained in:
7
scripts/package-install.sh
Executable file
7
scripts/package-install.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
pkg=$(wofi --dmenu --prompt "Pacman Install")
|
||||
|
||||
[ -z "$pkg" ] && exit 0
|
||||
|
||||
kitty -e bash -lc "pkexec pacman -S $pkg; echo; read -n 1 -s -r -p 'Weiter mit beliebiger Taste...'"
|
||||
Reference in New Issue
Block a user