You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(scripts): add archlinux_util.sh utility script for Arch Linux
This commit introduces a new utility script, `archlinux_util.sh`, under the `/scripts` directory. This script performs common checks for Arch-based systems and facilitates consistent usage of the pacman package manager. It also provides functions for adjusting directory permissions and installing packages.
This script is intended to be used as a utility helper when setting up and managing Arch Linux systems in devcontainer features.
echo"Failed to install packages. If you're getting an error about a missing secret key, you might need to manually import the key. Refer to the Arch Linux wiki for more information: https://wiki.archlinux.org/title/Pacman/Package_signing#Adding_unofficial_keys"
113
+
exit 1
114
+
fi
115
+
fi
116
+
117
+
echo_msg "OK. All packages (${*}) installed or already present."
0 commit comments