Skip to content

Commit

Permalink
feat: remove apt package list cache (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
chun-awa authored Jan 24, 2025
1 parent d5a684d commit 7ecd158
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lingmo-config/common/hooks/live/lingmo-hacks.chroot
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,11 @@ if [[ $get_arch =~ "x86_64" ]];then
# Install OnlyOffice
curl -o onlyoffice.deb https://download.onlyoffice.com/install/desktop/editors/linux/onlyoffice-desktopeditors_amd64.deb
apt install -y --no-install-recommends ./onlyoffice.deb
rm -rfv ./onlyoffice.deb
rm -fv ./onlyoffice.deb
fi

# remove package list cache
apt clean

# Fixing os-release
bash -c "cd /etc && rm -rf os-release && ln -s ../usr/lib/os-release os-release"

0 comments on commit 7ecd158

Please sign in to comment.