Some modules are not able to be Moved or Copied. For details see Installing on USB (Post by Rapha_ #82889) and Installing on USB (Post by Ed_P #82892).
I think all the modules' closing step should say Copy rather than Move and the modules' permissions tweaked to permit that.
Browser Selection and Update Tool error
- ncmprhnsbl
- DEV Team
- Posts: 4256
- Joined: 20 Mar 2012, 03:42
- Distribution: v5.0-64bit
- Location: australia
- Contact:
Browser Selection and Update Tool error
sure.. we can have copy instead of move.. even though is not a problem to move them as root, which you would have to do for copy, if your target dir is POSIX.
the chromium thing is strange, since there is already this line in update-chromium-live:
Code: Select all
chmod 644 $WRKDIR/chromium-ungoogled-$LVER-$ARCH-${CHOICE}-1alien.xzm
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44
- Ed_P
- Contributor
- Posts: 8912
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.01 ISO
- Location: Western NY, USA
Browser Selection and Update Tool error
Just trying to make it easier for new users. I'm not sure what percentage of new users use POSIX drives or know about root and what to do when right clicking doesn't show Move as an option.ncmprhnsbl wrote: ↑28 Jun 2021, 23:32sure.. we can have copy instead of move.. even though is not a problem to move them as root, which you would have to do for copy, if your target dir is POSIX.
Need a value other than 644? $WRKDIR not pointing to the right directory? Other variables have wrong values? Maybe an * would be better?ncmprhnsbl wrote: ↑28 Jun 2021, 23:32the chromium thing is strange, since there is already this line in update-chromium-live
Code: Select all
chmod 644 $WRKDIR/chromium-ungoogled-*.xzm
- ncmprhnsbl
- DEV Team
- Posts: 4256
- Joined: 20 Mar 2012, 03:42
- Distribution: v5.0-64bit
- Location: australia
- Contact:
Browser Selection and Update Tool error
no, no, no and no.

i'd half fixed the problem: ie. for built modules and hadn't considered the server download one..
the restrictive file permissions(-rw-----) was caused by the funky behavior of the makeself archive those two scripts use.
solution: fix permissions for the server download once completed.
all scripts are now updated on the server, and say: "copy" and as a bonus, another bug with chromium-ungoogled script was fixed

mirrors will update later.
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44