New project moving along
felipealfonsog opened this issue ยท 8 comments
Hey there ! What do you think about this new project! @PardesiCat
Namaste, yes, I saw indeed a nice concept. I have made some suggested changes, which I explain in the pull request.
please check my pull request #29
great! Version 0.0.17 is now up and running ... stable .... try to use the development branch please for PR ...
Good idea would be now to promote this utility - piece of software ...
Got the v.0.0.18 running better and handles better a few things .... you can get it on AUR ... yay -S upd8all
And in this version in the tarball you appear as a contributor ! ... Thanks!
v.0.0.20 improved... lots of bugs and new formula now in the code ...
Namaste... i just saw previous issue you closed.
i was busy didnt came online
i notice there minor issue in service script
in both main and devlopment branch which is
# Extract the source file
tar xf "v.$pkgver.tar.gz"
it should be
tar -xf
"-" is missing
(i see sometimes without "-" its working fine, sometimes tar error i think using tar -xf is better)
else everything working fine...
2nd. after install succesfully
this executable file doesn't get deleted; it remains, along with install_service.sh.
This was created by the following code.
Create a shell script to execute upd8all.py and copy it to /usr/local/bin
echo '#!/bin/bash' > upd8all echo 'python /usr/local/bin/upd8all.py "$@"' >> upd8all chmod +x upd8all install -Dm755 upd8all "/usr/local/bin/upd8all"
We should add suggested solutions inside the clean-up code.
# Clean up temporary files
rm -rf "v.$pkgver.tar.gz" "Upd8All-v.$pkgver"
rm -rf "upd8all"
Good idea โฆ please youโre more than welcome to create a PR โฆ