Skip to content

Commit

Permalink
Keep it simple
Browse files Browse the repository at this point in the history
  • Loading branch information
hung3a8 committed Jul 11, 2023
1 parent 9428a18 commit 59066aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chroot_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ apt-get -y remove zlib1g-dev libobjc-9-dev libx11-dev dpkg-dev manpages-dev
apt-get -y remove network-manager-openvpn network-manager-openvpn-gnome openvpn
# apt -y remove gnome-getting-started-docs-it gnome-getting-started-docs-ru \
# gnome-getting-started-docs-es gnome-getting-started-docs-fr gnome-getting-started-docs-de
apt-get -y remove build-essential autoconf autotools-dev
# apt-get -y remove build-essential autoconf autotools-dev
# apt-get -y remove `dpkg-query -Wf '${Package}\n' | grep linux-header`

# Remove most extra modules but preserve those for sound
Expand All @@ -172,7 +172,7 @@ unzip -o /tmp/share.zip -d /opt/vnoi/html/fonts
rm /tmp/fira-sans.zip
rm /tmp/share.zip

apt-get autoremove -y
# apt-get autoremove -y

# Reconfigure locales
dpkg-reconfigure locales
Expand Down

0 comments on commit 59066aa

Please sign in to comment.