Skip to main content
Advice
0 votes
0 replies
17 views

This script adds a line to add custom.js to vivaldi browser directory: #!/bin/bash vivaldi=/opt/vivaldi/resources/vivaldi moddir=$HOME/vivaldi-modding/ sudo cp $moddir/custom.js $vivaldi sudo sed -i -...
Rainer Brumshagen's user avatar
0 votes
0 answers
29 views

I'm using buildroot 2024.02. I set BR2_GLOBAL_PATCH_DIR+="$(BR2_EXTERNAL_MY_PATH)/patches". Its contents: % tree /home/admin/buildroot-external-my/patches /home/admin/buildroot-external-my/...
Papillon's user avatar
  • 327
0 votes
0 answers
46 views

I am trying to create an msp file from two msi files. The msi files were created using Advanced Installer. I've selected "Archive installation files into CAB files" but not "Compress ...
komodosp's user avatar
  • 3,686