Compare commits
2 commits
2333407171
...
d72f542cba
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d72f542cba | ||
|
|
04fe1fdc14 |
1 changed files with 3 additions and 3 deletions
|
|
@ -64,7 +64,7 @@ function displayCmd {
|
||||||
|
|
||||||
# Packages
|
# Packages
|
||||||
function repositPkg {
|
function repositPkg {
|
||||||
displayCmd "xbps-install -Sy $1" "Adding Repository $1"
|
displayCmd "xbps-install -y $1" "Adding Repository $1"
|
||||||
}
|
}
|
||||||
function installPkg {
|
function installPkg {
|
||||||
# Checking OS
|
# Checking OS
|
||||||
|
|
@ -98,8 +98,8 @@ repositPkg "void-repo-multilib-nonfree"
|
||||||
installPkg "xorg wayland wl-clipboard"
|
installPkg "xorg wayland wl-clipboard"
|
||||||
installPkg "alacritty swaybg"
|
installPkg "alacritty swaybg"
|
||||||
installPkg "xwayland-satellite"
|
installPkg "xwayland-satellite"
|
||||||
installPkg "grim slurp screenshot"
|
installPkg "grim slurp"
|
||||||
displayCmd "echo \"repository=https://universalrepository.pages.dev/void\" | tee /etc/xbps.d/10-noctalia.conf" "Adding Noctalia to Package Manager"
|
displayCmd "echo 'repository=https://universalrepository.pages.dev/void' | sudo tee /etc/xbps.d/10-noctalia.conf" "Adding Noctalia to Package Manager"
|
||||||
installPkg "noctalia-shell niri swaylock"
|
installPkg "noctalia-shell niri swaylock"
|
||||||
installPkg "pipewire wireplumber"
|
installPkg "pipewire wireplumber"
|
||||||
displayCmd "mkdir -p /etc/pipewire/pipewire.conf.d" "Create Pipewire Configs"
|
displayCmd "mkdir -p /etc/pipewire/pipewire.conf.d" "Create Pipewire Configs"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue