This commit is contained in:
Stephan Raabe
2024-01-07 15:45:51 +01:00
parent 7fea138ab4
commit 8e437a40bd
35 changed files with 22 additions and 5 deletions
+9
View File
@@ -13,6 +13,15 @@ if [[ $(_isInstalledPacman "ttf-ms-fonts") == 0 ]]; then
fi
fi
# Check for running NetworkManager.service
if [[ $(systemctl list-units --all -t service --full --no-legend "NetworkManager.service" | sed 's/^\s*//g' | cut -f1 -d' ') == "NetworkManager.service" ]];then
echo "NetworkManager.service already running."
else
sudo systemctl enable NetworkManager.service
sudo systemctl start NetworkManager.service
echo "NetworkManager.service activated successfully."
fi
# Check for running bluetooth.service
if [[ $(systemctl list-units --all -t service --full --no-legend "bluetooth.service" | sed 's/^\s*//g' | cut -f1 -d' ') == "bluetooth.service" ]];then
echo "bluetooth.service already running."
+2
View File
@@ -44,6 +44,8 @@ packagesPacman=(
"nm-connection-editor"
"gvfs"
"xdg-user-dirs"
"networkmanager"
"network-manager-applet"
);
packagesYay=(
+1 -1
View File
@@ -179,7 +179,7 @@ figlet "Restore"
echo -e "${NONE}"
restored=0
echo "The script will try to restore existing configurations."
echo "PLEASE NOTE: Restoring is not possible with version < 2.5 of the dotfiles."
echo "PLEASE NOTE: Restoring is not possible with version < 2.6 of the dotfiles."
echo "In that case, please use the automated backup or create your own backup manually."
echo ""