commit 0fd2c370e2927e45ef33ec4c56bd294d09a547a0
parent e5cfc6b86d100ca0c4afc7961688a2307d8dfad0
Author: andrew.laack <andrew.laack@imbue.com>
Date: Wed, 3 Sep 2025 19:21:39 -0500
Removed dir for lookup
Diffstat:
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/arch-install.sh b/arch-install.sh
@@ -9,6 +9,7 @@ mkdir gitRepos
git clone ssh://brgr/home/shared/git/public-repos/scripts.git
mv scripts bin
sudo pacman -Sy xorg
+sudo pacman -Sy cron
sudo pacman -Sy ocaml # for installing unison
sudo pacman -Sy arandr
sudo pacman -Sy torbrowser-launcher
diff --git a/zathura.sh b/zathura.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-pdfs=$(find ~ /home/serverBackup/fileSharing -type f -iname '*.pdf')
+pdfs=$(find ~ -type f -iname '*.pdf')
background=$1