This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# EndeavourOS Package Installer Script | |
# Created on March 8, 2025 | |
echo "Starting installation of packages..." | |
# Update system first | |
sudo pacman -Syyu |
OlderNewer