@ybjrepnfr said in Floorp.:
@rseiler the github site's 12 is the one i've been testing over the past month or two [& used for my pics, above]. mostly it refuses to internally update, despite me giving it the permissions, so each time a new beta posts on the site i d/l it & replace my older one in /opt/ with it. come the 25th, i am hoping that the RC will be listed on this github site.
I did it like this for testing things, since "assets" is not a repo to git clone it, I downloaded the initial version to my main directory from where I do the terminal stuff, then I added the part of checking for a new floorp 12 beta version to my humble chu alias 😁 which is:
❯ alias chu
chu='echo "-----repos-----" ; checkupdates ; echo "------AUR------" ; yay -Qua ; echo "----floorpb----" ; wget -N "https://github.com/Floorp-Projects/Floorp-12/releases/download/beta/floorp-linux-amd64.tar.xz" 2>&1 | tail -n2 | head -n1'
(or one could use the far superior and more sophisticated awk 'NF{l=$0}END{print l}' that I had to really look up hard -since awk is so damn mindblowing extensive-, instead of the lazy & sloppy "tail & head" for noobs 😉 )
so if you run this you get:
❯ chu
-----repos-----
------AUR------
----floorpb----
File ‘floorp-linux-amd64.tar.xz’ not modified on server. Omitting download.