fdjqsml
This commit is contained in:
parent
8459be8a61
commit
44b9a8d0fe
20 changed files with 14 additions and 10 deletions
|
|
@ -18,8 +18,10 @@ pre_remove() {
|
|||
|
||||
install_one() {
|
||||
user=$(who | cut -f1 -d' ')
|
||||
mkdir -p "/home/${user}/.cache/tdpeuter"
|
||||
cd "/home/${user}/.cache/tdpeuter"
|
||||
dir="/home/${user}/.cache/tdpeuter"
|
||||
mkdir -p "${dir}"
|
||||
chown "${user}" "${dir}"
|
||||
cd "${dir}"
|
||||
|
||||
>&2 echo "Installing ${1}"
|
||||
git clone --depth 1 --progress "https://aur.archlinux.org/${1}.git"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue