You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install needed packages and avoid issues with ssl.
#!/bin/sh# Created By: Javier Pacheco - javier@jpacheco.xyz# Created On: 08/02/24# Project: Script that install hyprland in voidlinux
doas xbps-install dbus seatd polkit elogind mesa-dri kitty
Cloning the needed repositories:
void-packages
cd$HOME
[ -d$HOME/.local/src/ ] &&echo"~/.local/src/ folder exits in the system."|| mkdir -p $HOME/.local/src/
cd$HOME/.local/src
git clone https://github.com/void-linux/void-packages --depth 1