diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2024-07-28 13:17:28 +0300 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2024-07-28 13:17:28 +0300 |
commit | 2c52771a6c49e85582b965021baee98e150c81a2 (patch) | |
tree | 3f5142db3fe0acb32fab967a043c57b0394f62cc /appimageupdate | |
parent | 0df7f4fa0009a16c710685583a8ce3afee3bb813 (diff) |
Great changes to the install script now making use of xargs and xpkg.
Great changes in how other tools function better as well.
Changes to be committed:
renamed: dunst/launch.sh -> dunst/test.sh
modified: install.sh
modified: X11/xinit
modified: appimageupdate
modified: nvim/init.vim
modified: pmenu
modified: runc
modified: zsh/aliases
modified: zsh/env
modified: zsh/zshrc
Diffstat (limited to 'appimageupdate')
-rwxr-xr-x | appimageupdate | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/appimageupdate b/appimageupdate index d8a6e34..a6ad827 100755 --- a/appimageupdate +++ b/appimageupdate @@ -2,7 +2,7 @@ set -e -/home/alphara/.applications/AppImageUpdate-x86_64.AppImage $@ -/home/alphara/.applications/appimageupdatetool-x86_64.AppImage $@ +#/home/alphara/.applications/AppImageUpdate-x86_64.AppImage $@ # GUI +/home/alphara/.applications/appimageupdatetool-x86_64.AppImage $@ # CLI rm ./*.zs-old |