this post was submitted on 18 Oct 2023
407 points (75.3% liked)

linuxmemes

20761 readers
2314 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 

The avalanche has just began.

you are viewing a single comment's thread
view the rest of the comments
[–] PizzaMan@lemmy.world 2 points 11 months ago (1 children)

Good, probably for the best.

Honestly, yeah...

I don't play it very often. I only ever play it when my girlfriend and her friends rope me into it.

You have way more practical experience than I do. I haven’t even tried any of these on actual hardware yet.

Honestly installing it on a VM and checking around is a huge chunk of the experience, so you're not missing much.

https://github.com/mateomaui/DebianInstall/blob/main/debian-install-3-apps-or-no-nvidia.sh

Hell yeah.

If you're making scripts like this, you should have no problem with LMDE.

If you (or anyone) wants to contribute changes to that install script, feel free, I’m just working it out.

I might do so down the line. I'm not the most experienced with shell scripts, but I am knowledgable enough to fumble my way through a server maintenance script for my self hosted minecraft server.

[–] mateomaui@reddthat.com 2 points 11 months ago* (last edited 11 months ago)

Thank you again for the feedback!

I’ve already made changes to the script for it to work on LMDE. When I first tried it, it broke Wine and a number of other things because LMDE returns “faye” as the distro name, which doesn’t exist on any usual repository for Debian. So I had to make sure “bookworm” was used as a fallback, and reordered some things to consolidate user confirmations at the beginning so you can sit back afterward until it reboots.

Also figured out how to get and use the version number programmatically for VirtualBox toolset installs, so only one place needs editing when a new version of VBox is released.

And some other small things like installing GIMP and the plugin that gives it a Photoshop UI.

Still needs a Bluetooth handler and Firewall (for Debian), etc, still a WIP.

edit: just realized Debian already has a bluetooth handler, I missed it because i accidentally disabled sharing bluetooth devices with that VM!