From bd58b886d20b52a48d240d8c0e27c3cc302454df Mon Sep 17 00:00:00 2001 From: exu Date: Fri, 8 Dec 2023 19:10:24 +0100 Subject: [PATCH] Modify path to (hopefully) all file/dir sources --- arch-config/scripts/arch-config.sh | 55 ++++++++++++------------------ 1 file changed, 22 insertions(+), 33 deletions(-) diff --git a/arch-config/scripts/arch-config.sh b/arch-config/scripts/arch-config.sh index 2d7f224f..a0cc17f2 100755 --- a/arch-config/scripts/arch-config.sh +++ b/arch-config/scripts/arch-config.sh @@ -223,14 +223,9 @@ cat </dev/null cp ./bash-cat-with-cat/cat.sh "$HOME/scripts/pieces/cat.sh" -rm -rf ./bash-cat-with-cat +#rm -rf ./bash-cat-with-cat : ' echo @@ -413,9 +402,9 @@ if [[ $(pacman -Q | grep vmware-workstation) ]]; then fi # FIXME temporary -if [ -f "/etc/pipewire/pipewire.conf" ]; then - sudo rm "/etc/pipewire/pipewire.conf" -fi +#if [ -f "/etc/pipewire/pipewire.conf" ]; then +# sudo rm "/etc/pipewire/pipewire.conf" +#fi # enable fstrim timer sudo systemctl enable fstrim.timer