commit 3413b4d41cb5f1a3eea7fc866087932240b92de0 parent b9af8551bf28df3294980bcb3c4e00ddc8a8f53b Author: Andrew Laack <andrew@laack.co> Date: Thu, 26 Feb 2026 13:56:56 -0600 Updated public installation script, update permissions Diffstat:
| M | installers/arch-public-installation.sh | | | 11 | ++++++++++- |
| M | reverse-ssh/server.sh | | | 0 |
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/installers/arch-public-installation.sh b/installers/arch-public-installation.sh @@ -1,7 +1,16 @@ #!/bin/bash # Full arch installer (publicly accessible resources only) -sudo pacman -S git gcc make xorg-server libxft libxinerama freetype2 pkgconf ttf-fira-code zoxide fzf openssh less arandr dmenu pass pass-otp xclip newsboat xorg-xsetroot base-devel i3lock pandoc zathura entr ripgrep wget jq man-db btop tmux rsync cronie mpv podman pavucontrol otf-latinmodern proton-vpn-gtk-app proton-vpn-cli tk brightnessctl zip unzip signal-desktop xorg-xset lynx figlet flameshot feh asciinema +sudo pacman -S git gcc make xorg-server libxft libxinerama freetype2 pkgconf ttf-fira-code zoxide fzf openssh less arandr dmenu pass pass-otp xclip newsboat xorg-xsetroot base-devel i3lock pandoc entr ripgrep wget jq man-db btop tmux rsync cronie mpv podman pavucontrol otf-latinmodern proton-vpn-gtk-app proton-vpn-cli tk brightnessctl zip unzip signal-desktop xorg-xset lynx figlet flameshot feh asciinema ffmpeg zathura-pdf-mupdf + + +# BLUETOOTH: +# sudo pacman -S bluez bluez-utils +# sudo systemctl enable bluetooth +# sudo systemctl start bluetooth + +# VIDEO/AUDIO CAPTURE: +# sudo pacman -S obs-studio # xorg-xset is for disabling screen turning off after inactivity # it often kicks in and results in my laptop not detecting my monitor again. diff --git a/reverse-ssh/server.sh b/reverse-ssh/server.sh