„setup.sh“ ändern
This commit is contained in:
parent
68c78004c9
commit
0b4ea8a8d2
1 changed files with 4 additions and 0 deletions
4
setup.sh
4
setup.sh
|
@ -89,7 +89,11 @@ do
|
||||||
# post installation steps for categories
|
# post installation steps for categories
|
||||||
case $categorie in
|
case $categorie in
|
||||||
base)
|
base)
|
||||||
|
message "add flathub.org flatpak repository"
|
||||||
sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo || error
|
sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo || error
|
||||||
|
message "sed default grub option"
|
||||||
|
sudo sed -i 's/GRUB_CMDLINE_LINUX_DEFAULT=.*$/GRUB_CMDLINE_LINUX_DEFAULT=\"quiet splash mem_sleep_default=deep\"/g' /etc/default/grub || error
|
||||||
|
|
||||||
;;
|
;;
|
||||||
gnome)
|
gnome)
|
||||||
sudo flatpak install org.mozilla.firefox com.github.GradienceTeam.Gradience || error
|
sudo flatpak install org.mozilla.firefox com.github.GradienceTeam.Gradience || error
|
||||||
|
|
Loading…
Reference in a new issue