Eric
Eric
Borrow a bunch of stylish themes? There's a fair few scripts out there to modify webpages like StackOverflow, etc.
any progress on this?
any progress on this?
controlled/set in cli.rb (L130-134), would also need an options.rb update: ```ruby @options[:image_path] = "macinbox.sparseimage" @options[:vmdk_path] = "macinbox.vmdk" @options[:hdd_path] = "macinbox.hdd" @options[:vdi_path] = "macinbox.vdi" @options[:box_path] = "macinbox.box" ```
options.rb: ```ruby DEFAULT_OPTION_VALUES = { :box_format => "vmware_desktop", :box_version => "1.0.0", :box_name => "macinbox", [...] o.separator '' o.on( '--box-format FORMAT', 'Format of the box (default: vmware_desktop)') { |v| @options[:box_format] =...
I realize this hasn't been touched in a couple of years, but, any plans to cut a release? @twang817 @twang-rs
definitely a +1 for how you got Thunderbolt working, @andresandiah Share what you know! (please :)
the easiest thing to do would be to build the container with ffmpeg, yt-dlp, and maybe even atomicparsley, plus your scripts, have the repo included, and the entrypoint be bash....
@XITRIX any progress on this?
1) Had working installation of quassel-webserver running as root on a t2micro AWS instance (bad security practice) 2) removed node, npm, and quassel-webserver as thoroughly as I could 3) reinstalled...