Add Gnucash

This commit is contained in:
greg-compass
2022-11-10 12:21:59 -06:00
parent 8a78e58f04
commit 4ba5211b49
4 changed files with 40 additions and 3 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ if [ "$(uname -s)" == "Darwin" ]; then
cd ~/.nix-profile/Applications
for app in *.app; do
echo "Updating permissions on '${app}'"
chmod -R u+w "${HOME}/Applications/${app}"
chmod -R u+w "${HOME}/Applications/${app}" || true
echo "Copying new version to Applications"
cp -r "${app}" "${HOME}/Applications" 2>&1 > /dev/null || true
if [ "$?" != "0" ]; then