diff --git a/export.sh b/export.sh index 2a7378a..44c3d2f 100644 --- a/export.sh +++ b/export.sh @@ -1,4 +1,8 @@ #!/bin/bash for item in /usr/local/share/applications/*.desktop; do distrobox-export -a $item +done + +for item in /usr/share/applications/*.desktop; do + distrobox-export -a $item done \ No newline at end of file