Fix repo not adding
This commit is contained in:
parent
2333407171
commit
04fe1fdc14
1 changed files with 2 additions and 2 deletions
|
|
@ -64,7 +64,7 @@ function displayCmd {
|
|||
|
||||
# Packages
|
||||
function repositPkg {
|
||||
displayCmd "xbps-install -Sy $1" "Adding Repository $1"
|
||||
displayCmd "xbps-install -y $1" "Adding Repository $1"
|
||||
}
|
||||
function installPkg {
|
||||
# Checking OS
|
||||
|
|
@ -99,7 +99,7 @@ installPkg "xorg wayland wl-clipboard"
|
|||
installPkg "alacritty swaybg"
|
||||
installPkg "xwayland-satellite"
|
||||
installPkg "grim slurp screenshot"
|
||||
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 "pipewire wireplumber"
|
||||
displayCmd "mkdir -p /etc/pipewire/pipewire.conf.d" "Create Pipewire Configs"
|
||||
|
|
|
|||
Loading…
Reference in a new issue