mirror of
https://git.adityakumar.xyz/dwmbar.git
synced 2024-11-09 22:19:45 +00:00
fix: Add -T flag to module install copy
Addresses #34. Altered global modules will now update instead of being copied to a sub-directory.
This commit is contained in:
parent
574f5703c5
commit
345f4e678e
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ fi
|
|||
mkdir --parents "/usr/share/dwmbar/"
|
||||
|
||||
echo "./modules --> /usr/share/dwmbar/modules"
|
||||
cp -r "./modules" "/usr/share/dwmbar/modules"
|
||||
cp -rT "./modules" "/usr/share/dwmbar/modules"
|
||||
|
||||
echo "./bar.sh --> /usr/share/dwmbar/bar.sh"
|
||||
cp "./bar.sh" "/usr/share/dwmbar/bar.sh"
|
||||
|
|
Loading…
Reference in a new issue