Merge branch 'main' of git.mylloon.fr:Anri/confOS
This commit is contained in:
commit
f7c60f63f5
1 changed files with 9 additions and 1 deletions
10
arch.sh
10
arch.sh
|
@ -56,7 +56,7 @@ main() {
|
||||||
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 \
|
epson-inkjet-printer-stylus-photo-px810fw-series \
|
||||||
topgrade-bin
|
topgrade-bin ufw-docker
|
||||||
|
|
||||||
# === Disable wayland ==
|
# === Disable wayland ==
|
||||||
sed -i "s/#Wayland/Wayland/g" /etc/gdm/custom.conf
|
sed -i "s/#Wayland/Wayland/g" /etc/gdm/custom.conf
|
||||||
|
@ -403,6 +403,14 @@ main() {
|
||||||
sudo systemctl enable avahi-daemon.service
|
sudo systemctl enable avahi-daemon.service
|
||||||
sudo systemctl start avahi-daemon.service
|
sudo systemctl start avahi-daemon.service
|
||||||
|
|
||||||
|
# === UFW ==
|
||||||
|
sudo systemctl enable ufw.service
|
||||||
|
sudo systemctl start ufw.service
|
||||||
|
sudo ufw default deny
|
||||||
|
sudo ufw allow syncthing
|
||||||
|
sudo ufw-docker install
|
||||||
|
sudo systemctl restart ufw
|
||||||
|
|
||||||
printf "\nConcernant le Secure Boot, voici le tuto :"
|
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 "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."
|
echo -e "\n\nInstallation terminée.\nIl faut redémarrer l'ordinateur."
|
||||||
|
|
Loading…
Reference in a new issue