Skip to content

Commit

Permalink
increase ccache size, pacman -r arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
Seshpenguin committed Dec 20, 2023
1 parent e1e9dc4 commit 704c1fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ async function main() {
yes | pacman-key --init
yes | pacman-key --populate ${arch === "arm64" ? "archlinuxarm" : "archlinux"}
pacman -R --noconfirm linux-aarch64 linux-firmware linux-firmware-whence mkinitcpio mkinitcpio-busybox
${arch === "arm64" ? 'pacman -R --noconfirm linux-aarch64 linux-firmware linux-firmware-whence mkinitcpio mkinitcpio-busybox' : ''}
pacman -Syu --noconfirm
pacman -S --noconfirm --needed base-devel git nano neofetch htop wget curl sudo bash-completion dialog qt6-base qt6-tools polkit libpipewire pipewire pipewire-pulse libwireplumber wireplumber libxcvt libnm networkmanager modemmanager wpa_supplicant libqalculate distcc ccache gdb kwayland5
pacman -S --noconfirm --needed bluez xorg-xwayland openssh mold flatpak rsync xdg-desktop-portal xdg-user-dirs ddcutil lcms2
Expand Down Expand Up @@ -148,7 +148,7 @@ async function main() {
mkdir /sineware
sudo -u user bash << EOFSU
echo "Setting CCache settings..."
ccache -M 10G
ccache -M 40G
echo "Setting up flatpak..."
sudo flatpak remote-delete flathub
Expand Down

0 comments on commit 704c1fc

Please sign in to comment.