Merge branch 'main' of git.mylloon.fr:Anri/confOS
This commit is contained in:
commit
2ce258c6f2
2 changed files with 14 additions and 2 deletions
11
arch.sh
11
arch.sh
|
@ -55,6 +55,7 @@ main() {
|
||||||
gnome-shell-extension-alphabetical-grid-extension \
|
gnome-shell-extension-alphabetical-grid-extension \
|
||||||
gnome-shell-extension-tiling-assistant \
|
gnome-shell-extension-tiling-assistant \
|
||||||
gnome-shell-extension-quick-settings-tweaks-git \
|
gnome-shell-extension-quick-settings-tweaks-git \
|
||||||
|
epson-inkjet-printer-stylus-photo-px810fw-series \
|
||||||
topgrade-bin
|
topgrade-bin
|
||||||
|
|
||||||
# === Disable wayland ==
|
# === Disable wayland ==
|
||||||
|
@ -396,7 +397,15 @@ main() {
|
||||||
sudo mkdir -p /usr/share/sounds/sf2
|
sudo mkdir -p /usr/share/sounds/sf2
|
||||||
sudo ln -s /usr/share/soundfonts/*.sf2 /usr/share/sounds/sf2/
|
sudo ln -s /usr/share/soundfonts/*.sf2 /usr/share/sounds/sf2/
|
||||||
|
|
||||||
echo -e "\nInstallation terminée.\nIl faut redémarrer l'ordinateur."
|
# === Printers ==
|
||||||
|
sudo systemctl enable cups.socket
|
||||||
|
sudo systemctl start cups.socket
|
||||||
|
sudo systemctl enable avahi-daemon.service
|
||||||
|
sudo systemctl start avahi-daemon.service
|
||||||
|
|
||||||
|
printf "\nConcernant le Secure Boot, voici le tuto :"
|
||||||
|
echo "https://www.reddit.com/r/archlinux/comments/zo83gb/how_i_setup_secure_boot_for_arch_linux_simple/"
|
||||||
|
echo -e "\n\nInstallation terminée.\nIl faut redémarrer l'ordinateur."
|
||||||
}
|
}
|
||||||
|
|
||||||
if grep "archlinux" /proc/version > /dev/null;
|
if grep "archlinux" /proc/version > /dev/null;
|
||||||
|
|
|
@ -121,7 +121,10 @@
|
||||||
"timidity++",
|
"timidity++",
|
||||||
"soundfont-fluid",
|
"soundfont-fluid",
|
||||||
"fluidsynth",
|
"fluidsynth",
|
||||||
"libsamplerate"
|
"libsamplerate",
|
||||||
|
"cups",
|
||||||
|
"system-config-printer",
|
||||||
|
"fwupd"
|
||||||
],
|
],
|
||||||
"plugin": null,
|
"plugin": null,
|
||||||
"profile": {
|
"profile": {
|
||||||
|
|
Loading…
Reference in a new issue