Explorar el Código

fix videopc passwd + add font pkg needed for hyprland

Noah Vogt hace 1 año
padre
commit
958958e3fc
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      stage2.sh

+ 2 - 2
stage2.sh

@@ -65,7 +65,7 @@ create_videopc_user() {
         return
     fi
     while true; do
-        passwd && break
+        passwd "$username" && break
     done
 
     echo -e "\e[0;30;34mCreating videopc user ...\e[0m"
@@ -139,7 +139,7 @@ doas -u "$username" /home/"$username"/.local/src/dotfiles/apply-dotfiles
 
 # download packages from the official repos
 echo -e "\e[0;30;34mInstalling packages from repos ...\e[0m"
-pacman -Sy --noconfirm --needed neovim pulseaudio-alsa mpv xf86-video-amdgpu xf86-video-intel xf86-video-nouveau curl hyprland kitty opendoas-sudo adwaita-fake-cursors greetd-agreety openssh uvicorn python-fastapi || pacman_error_exit
+pacman -Sy --noconfirm --needed neovim pulseaudio-alsa mpv xf86-video-amdgpu xf86-video-intel xf86-video-nouveau curl hyprland kitty opendoas-sudo adwaita-fake-cursors greetd-agreety openssh uvicorn python-fastapi adobe-source-code-pro-fonts || pacman_error_exit
 
 # install aur packages
 echo -e "\e[0;30;34mInstalling packages from AUR ...\e[0m"