mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 11:02:13 +02:00
ensuring the modules can be run as standalone scripts
This commit is contained in:
+2
-2
@@ -1,8 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
ensure_package_group_is_installed gnome &&
|
||||
source ./modules/00-library.sh &&
|
||||
ensure_package_group_is_installed gnome &&
|
||||
ensure_package_group_is_installed gnome-extra &&
|
||||
ensure_package_is_installed python-psutil &&
|
||||
ensure_service_active gdm &&
|
||||
ensure_gnome_setting_set "org.gnome.desktop.input-sources" "xkb-options" "['compose:ralt']"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user