Skip to content

Commit 4d6a33e

Browse files
authored
Update clean-os.sh
1 parent 1a4f02e commit 4d6a33e

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

scripts/clean-os.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,10 @@ systemctl start chrony.service
115115
systemctl enable chrony.service
116116
sleep 10
117117
chronyc makestep
118-
apt install -y binutils coreutils util-linux findutils diffutils pkg-config
119-
apt install -y sed gawk grep file tar gzip bzip2 xz-utils
120-
apt install -y libseccomp-dev libseccomp2 gperf
121-
apt install -y make gcc g++ perl libperl-dev groff-base dpkg-dev cmake m4
118+
apt install -y binutils coreutils util-linux findutils diffutils sed gawk grep file tar gzip bzip2 xz-utils
119+
apt install -y make gcc g++ m4 pkg-config perl libperl-dev groff-base dpkg-dev cmake
122120
apt install -y autoconf autoconf-archive autogen automake autopoint autotools-dev libtool m4 bison flex
121+
apt install -y libseccomp-dev libseccomp2 gperf
123122

124123
df -Th
125124
exit

0 commit comments

Comments
 (0)