|
@@ -65,7 +65,7 @@ create_videopc_user() {
|
|
return
|
|
return
|
|
fi
|
|
fi
|
|
while true; do
|
|
while true; do
|
|
- passwd && break
|
|
|
|
|
|
+ passwd "$username" && break
|
|
done
|
|
done
|
|
|
|
|
|
echo -e "\e[0;30;34mCreating videopc user ...\e[0m"
|
|
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
|
|
# download packages from the official repos
|
|
echo -e "\e[0;30;34mInstalling packages from repos ...\e[0m"
|
|
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
|
|
# install aur packages
|
|
echo -e "\e[0;30;34mInstalling packages from AUR ...\e[0m"
|
|
echo -e "\e[0;30;34mInstalling packages from AUR ...\e[0m"
|