Skip to content

Commit a5e793b

Browse files
committed
keep base-devel
1 parent 8aff931 commit a5e793b

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

archlinux.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@
3636
pacman -y --sync --refresh --refresh --sysupgrade --noconfirm
3737
#pacman -S "${BASE_PKGS[@]}" --needed --noconfirm
3838
for pkg in "${BASE_PKGS[@]}"; do pacman -S "${pkg}" --needed --noconfirm 2>/dev/null; done
39-
#Cleanup
40-
pacman -Rsn base-devel --noconfirm 2>/dev/null
41-
pacman -Rsn perl --noconfirm 2>/dev/null
42-
pacman -Rsn python --noconfirm 2>/dev/null
39+
##Cleanup
40+
# pacman -Rsn base-devel --noconfirm 2>/dev/null
41+
# pacman -Rsn perl --noconfirm 2>/dev/null
42+
# pacman -Rsn python --noconfirm 2>/dev/null
4343
pacman -Scc --noconfirm 2>/dev/null
4444
rim-shrink --all --verbose 2>/dev/null
4545
##Config

artix.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@
3636
pacman -y --sync --refresh --refresh --sysupgrade --noconfirm
3737
#pacman -S "${BASE_PKGS[@]}" --needed --noconfirm
3838
for pkg in "${BASE_PKGS[@]}"; do pacman -S "${pkg}" --needed --noconfirm 2>/dev/null; done
39-
#Cleanup
40-
pacman -Rsn base-devel --noconfirm 2>/dev/null
41-
pacman -Rsn perl --noconfirm 2>/dev/null
42-
pacman -Rsn python --noconfirm 2>/dev/null
39+
##Cleanup
40+
# pacman -Rsn base-devel --noconfirm 2>/dev/null
41+
# pacman -Rsn perl --noconfirm 2>/dev/null
42+
# pacman -Rsn python --noconfirm 2>/dev/null
4343
pacman -Scc --noconfirm 2>/dev/null
4444
rim-shrink --all --verbose 2>/dev/null
4545
##Config

cachyos.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@
3636
pacman -y --sync --refresh --refresh --sysupgrade --noconfirm
3737
#pacman -S "${BASE_PKGS[@]}" --needed --noconfirm
3838
for pkg in "${BASE_PKGS[@]}"; do pacman -S "${pkg}" --needed --noconfirm 2>/dev/null; done
39-
#Cleanup
40-
pacman -Rsn base-devel --noconfirm 2>/dev/null
41-
pacman -Rsn perl --noconfirm 2>/dev/null
42-
pacman -Rsn python --noconfirm 2>/dev/null
39+
##Cleanup
40+
# pacman -Rsn base-devel --noconfirm 2>/dev/null
41+
# pacman -Rsn perl --noconfirm 2>/dev/null
42+
# pacman -Rsn python --noconfirm 2>/dev/null
4343
pacman -Scc --noconfirm 2>/dev/null
4444
rim-shrink --all --verbose 2>/dev/null
4545
##Config

eweos.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@
3636
pacman -y --sync --refresh --refresh --sysupgrade --noconfirm
3737
#pacman -S "${BASE_PKGS[@]}" --needed --noconfirm
3838
for pkg in "${BASE_PKGS[@]}"; do pacman -S "${pkg}" --needed --noconfirm 2>/dev/null; done
39-
#Cleanup
40-
pacman -Rsn base-devel --noconfirm 2>/dev/null
41-
pacman -Rsn perl --noconfirm 2>/dev/null
42-
pacman -Rsn python --noconfirm 2>/dev/null
39+
##Cleanup
40+
# pacman -Rsn base-devel --noconfirm 2>/dev/null
41+
# pacman -Rsn perl --noconfirm 2>/dev/null
42+
# pacman -Rsn python --noconfirm 2>/dev/null
4343
pacman -Scc --noconfirm 2>/dev/null
4444
rim-shrink --all --verbose 2>/dev/null
4545
##Config

0 commit comments

Comments
 (0)