Testing robust?
This commit is contained in:
parent
c82fd4dbaa
commit
cbca80a673
2 changed files with 312 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
post_install() {
|
||||
# Initiate the stow repo
|
||||
git clone --depth 1 --progress https://git.depeuter.tk/tdpeuter/arch-pkgs /usr/share/tdpeuter/arch-pkgs.git
|
||||
git clone --depth 1 --progress https://git.depeuter.tk/tdpeuter/arch-pkgs /usr/share/tdpeuter/arch-pkgs
|
||||
|
||||
post_upgrade
|
||||
}
|
||||
|
@ -11,6 +11,6 @@ post_upgrade() {
|
|||
|
||||
user=$(who | cut -f1 -d' ')
|
||||
|
||||
stow -d /usr/share/tdpeuter/arch-pkgs/stow -t "/home/${user}" fuzzel
|
||||
stow -d ./stow -t "/home/${user}" $(ls ./stow)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue