Install GUI after initial reboot
This commit is contained in:
parent
c7eff69f90
commit
109e62335f
3 changed files with 17 additions and 8 deletions
|
@ -27,12 +27,21 @@ yay --noconfirm -Syu \
|
|||
terminal-parrot \
|
||||
rar \
|
||||
nextcloud-client \
|
||||
flatpak \
|
||||
;
|
||||
|
||||
. "../Software/git/install.sh";
|
||||
|
||||
sudo chsh $USER --shell "$(which fish)";
|
||||
|
||||
. "../Software/git/install.sh";
|
||||
. "../Software/IcedTea/install.sh";
|
||||
# User Interface
|
||||
yay --noconfirm -Syu \
|
||||
sddm \
|
||||
maliit-keyboard \
|
||||
;
|
||||
|
||||
. ../Config/sddm/install.sh;
|
||||
. ../Software/KDE/install.sh;
|
||||
|
||||
yay --noconfirm -Syu power-profiles-daemon;
|
||||
sudo systemctl enable --now power-profiles-daemon;
|
||||
|
@ -60,6 +69,9 @@ yay --noconfirm -Syu \
|
|||
|
||||
# . "../Config/GnomeExtensions/install.sh";
|
||||
|
||||
# Frameworks
|
||||
. "../Software/IcedTea/install.sh";
|
||||
|
||||
# rclone
|
||||
. "../Software/rclone/install.sh";
|
||||
|
||||
|
|
|
@ -38,7 +38,7 @@ pacstrap -K "$ARCH_MOUNT_ROOT" \
|
|||
man-db \
|
||||
man-pages \
|
||||
texinfo \
|
||||
maliit-keyboard;
|
||||
;
|
||||
|
||||
cp -r "$projectRoot" "${ARCH_MOUNT_ROOT}$tempRoot";
|
||||
genfstab -U "$ARCH_MOUNT_ROOT" >> "$ARCH_MOUNT_ROOT/etc/fstab";
|
||||
|
@ -65,9 +65,6 @@ arch-chroot "$ARCH_MOUNT_ROOT" mkinitcpio -P;
|
|||
arch-chroot "$ARCH_MOUNT_ROOT" pacman -Syu;
|
||||
arch-chroot "$ARCH_MOUNT_ROOT" bash "$tempDir/../Software/GRUB/install.sh";
|
||||
arch-chroot "$ARCH_MOUNT_ROOT" bash "$tempDir/../Software/sudo/install.sh";
|
||||
pacstrap -K "$ARCH_MOUNT_ROOT" sddm;
|
||||
arch-chroot "$ARCH_MOUNT_ROOT" bash "$tempDir/../Config/sddm/install.sh";
|
||||
arch-chroot "$ARCH_MOUNT_ROOT" bash "$tempDir/../Software/KDE/install.sh";
|
||||
pacstrap -K "$ARCH_MOUNT_ROOT" git;
|
||||
|
||||
|
||||
|
|
|
@ -7,6 +7,6 @@ sudo pacman -Syu --noconfirm \
|
|||
packagekit-qt5 \
|
||||
kde-applications-meta \
|
||||
iio-sensor-proxy \
|
||||
flatpak \
|
||||
pipewire-audio \
|
||||
pipewire-pulse;
|
||||
pipewire-pulse \
|
||||
;
|
||||
|
|
Loading…
Reference in a new issue