Testing robust?

This commit is contained in:
Tibo De Peuter 2022-10-26 14:54:09 +02:00
parent 196f41a41b
commit 3ccba9c094
2 changed files with 312 additions and 2 deletions

View file

@ -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)
}