16 lines
1.4 KiB
Bash
16 lines
1.4 KiB
Bash
|
#!/bin/bash
|
||
|
echo -e "\nInstallation..."
|
||
|
|
||
|
# ATTENTION : retirer riot-desktop (electron) sur archlinux32
|
||
|
|
||
|
# ATELIER / PC PRINCIPAL
|
||
|
#pacstrap /mnt base base-devel dhcpcd linux linux-headers grub git nano python-pip mps-youtube xterm xorg-server xorg-xinit i3 thunar thunar-volman thunar-archive-plugin gvfs gvfs-mtp gvfs-smb samba cups firefox firefox-i18n-fr libreoffice-still libreoffice-still-fr nextcloud-client lutris wine mpv xarchiver epdfview papirus-icon-theme lxappearance feh moc conky slock dunst numlockx parcellite alsa-utils rofi riot-desktop virtualbox nfs-utils remmina freerdp rsync transset-df gnome-keyring sshfs picom thunar ncdu ttf-liberation terminus-font arc-gtk-theme geany thunderbird thunderbird-i18n-fr networkmanager network-manager-applet netorkmanager-openvpn ruby
|
||
|
|
||
|
# LAPTOP XFCE
|
||
|
#pacstrap /mnt base base-devel dhcpcd linux linux-headers grub git nano python-pip mps-youtube xterm xorg-server xorg-xinit xfce4 xfce4-goodies gvfs-mtp gvfs-smb samba cups firefox firefox-i18n-fr libreoffice-still libreoffice-still-fr nextcloud-client lutris wine mpv xarchiver epdfview papirus-icon-theme moc numlockx parcellite alsa-utils riot-desktop nfs-utils remmina freerdp rsync sshfs ncdu ttf-liberation terminus-font arc-gtk-theme papirus-icon-theme geany thunderbird thunderbird-i18n-fr networkmanager network-manager-applet netorkmanager-openvpn pavucontrol ruby
|
||
|
|
||
|
echo -e "\nGeneration du fstab..."
|
||
|
genfstab -U /mnt >> /mnt/etc/fstab
|
||
|
|
||
|
echo "ARCH-CHROOT TIME!"
|