Porównaj commity

...

2 Commity

Autor SHA1 Wiadomość Data
Ingwie Phoenix a4fc3cace1
Updates the description in .../init.d/README.txt to slightly clarify filenaming rules to not include .sh/.bash and to exit properly. (#81)
Co-authored-by: Ingwie Phoenix <ingwie2000@googlemail.com>
2022-11-29 00:50:32 +01:00
Piotr Dobrowolski b6db0aadfc stage2: it has been fairly well tested for a while now... 2022-11-29 00:48:55 +01:00
2 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -57,7 +57,8 @@ touch /var/luna/preferences/webosbrew_block_updates
mkdir -p /var/lib/webosbrew/init.d
echo "Executable scripts in here will be launched on boot by /var/lib/webosbrew/startup.sh (main startup script)" > /var/lib/webosbrew/init.d/README.txt
echo "Note the filename may only contain a-zA-Z0-9_- since this is executed by run-parts" >> /var/lib/webosbrew/init.d/README.txt
echo "Note the filename may only contain a-zA-Z0-9_- (and no .sh/.bash etc.) since this is executed by run-parts" >> /var/lib/webosbrew/init.d/README.txt
echo "run-parts requires the files to be executable (chmod +x \$file) and to exit with status code 0" >> /var/lib/webosbrew/init.d/README.txt
# This is a load-bearing tee. Don't ask.
luna-send -a webosbrew -f -n 1 luna://com.webos.notification/createToast '{"sourceId":"webosbrew","message": "Elevating homebrew channel..."}'

Wyświetl plik

@ -88,7 +88,7 @@
});
}
var homebrewChannelURL = 'https://github.com/webosbrew/webos-homebrew-channel/releases/download/v0.5.0/org.webosbrew.hbchannel_0.5.0_all.ipk';
var homebrewChannelURL = 'https://github.com/webosbrew/webos-homebrew-channel/releases/download/v0.5.1/org.webosbrew.hbchannel_0.5.1_all.ipk';
function bootstrapStage3() {
download('files/stage3.sh', '/mnt/lg/cmn_data/var/lib/webosbrew/', 'startup.sh', function () {