Skip to content

Instantly share code, notes, and snippets.

View Speyll's full-sized avatar
🍋

Lyes Speyll

🍋
View GitHub Profile
@Speyll
Speyll / auto-debian.sh
Last active April 3, 2024 00:16
Short, simple and easy to understand shell scripts to automate Debian post-installation with a wayland setup, you can play around with it as you see fit.
#!/bin/sh
# Debian Linux Post-Installation Script for Wayland
# Author: Speyll
# Last-update: 03-04-2024
# Enable debugging output and exit on error
set -x
# Add multilib and nonfree repositories
sudo apt-get install --no-install-recommends -y \
@Speyll
Speyll / auto-void.sh
Last active May 1, 2024 20:29
Short, simple and easy to understand shell scripts to automate Void Linux post-installation with a wayland setup, you can play around with it as you see fit.
#!/bin/sh
# Void Linux Post-Installation Script for Wayland
# Author: Speyll
# Last-update: 03-04-2024
# Enable debugging output and exit on error
set -x
# Add multilib and nonfree repositories
sudo xbps-install -Sy void-repo-nonfree