update update-system and filan-cleanup scripts
This commit is contained in:
parent
093cc77c97
commit
37b93585ea
|
@ -1,9 +1,3 @@
|
|||
#Main repos
|
||||
#deb http://repo.peppermintos.com/packages peppermint main contrib non-free
|
||||
#deb-src http://repo.peppermintos.com/packages peppermint main contrib non-free
|
||||
|
||||
#Testing repos
|
||||
deb http://repo.peppermintos.com/packages daedalus main contrib non-free non-free-firmware
|
||||
#deb-src http://repo.peppermintos.com/packages daedalus main contrib non-free non-free-firmware
|
||||
|
||||
|
||||
|
|
|
@ -1,9 +1,3 @@
|
|||
#Main repos
|
||||
#deb http://repo.peppermintos.com/packages peppermint main contrib non-free
|
||||
#deb-src http://repo.peppermintos.com/packages peppermint main contrib non-free
|
||||
|
||||
#Testing repos
|
||||
deb http://repo.peppermintos.com/packages daedalus main contrib non-free non-free-firmware
|
||||
#deb-src http://repo.peppermintos.com/packages daedalus main contrib non-free non-free-firmware
|
||||
|
||||
|
||||
|
|
|
@ -1,9 +1,3 @@
|
|||
#Main repos
|
||||
#deb http://repo.peppermintos.com/packages peppermint main contrib non-free
|
||||
#deb-src http://repo.peppermintos.com/packages peppermint main contrib non-free
|
||||
|
||||
#Testing repos
|
||||
deb http://repo.peppermintos.com/packages daedalus main contrib non-free non-free-firmware
|
||||
#deb-src http://repo.peppermintos.com/packages daedalus main contrib non-free non-free-firmware
|
||||
|
||||
|
||||
|
|
|
@ -17,9 +17,7 @@ chroot /target apt purge --autoremove -y \
|
|||
connman \
|
||||
deluge \
|
||||
galculator \
|
||||
raspi-firmware \
|
||||
imagemagick \
|
||||
imagemagick-6-common
|
||||
imagemagick-6-common \
|
||||
xterm
|
||||
|
||||
# Clean unnecessary files
|
||||
rm -r /target/boot/firmware
|
||||
|
|
|
@ -1,18 +0,0 @@
|
|||
#!/bin/sh -e
|
||||
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
#
|
||||
# SPDX-FileCopyrightText: 2023 PeppermintOS Team (peppermintosteam@proton.me)
|
||||
|
||||
# This script copies a file to the chroot and runs commands during the Debian installation process.
|
||||
|
||||
# Workaround for using snapd on debian. Thank You - @stevesveryown and peppermint team..
|
||||
cd /target
|
||||
[ ! -e /etc/skel/.local/share ] && mkdir -p /etc/skel/.local/share
|
||||
[ ! -e /var/lib/snapd/desktop/applications ] &&
|
||||
mkdir -p /var/lib/snapd/desktop/applications &&
|
||||
chmod 777 /var/lib/snapd/desktop/applications
|
||||
ln -s /var/lib/snapd/desktop/applications /etc/skel/.local/share/applications
|
||||
ln -s snap /usr/bin/snap-store
|
||||
|
||||
|
|
@ -19,7 +19,5 @@ chroot /target apt purge --autoremove -y \
|
|||
galculator \
|
||||
raspi-firmware \
|
||||
imagemagick \
|
||||
imagemagick-6-common
|
||||
|
||||
# Clean unnecessary files
|
||||
rm -r /target/boot/firmware
|
||||
imagemagick-6-common \
|
||||
xterm
|
||||
|
|
|
@ -1,9 +1,3 @@
|
|||
#Main repos
|
||||
#deb http://repo.peppermintos.com/packages peppermint main contrib non-free
|
||||
#deb-src http://repo.peppermintos.com/packages peppermint main contrib non-free
|
||||
|
||||
#Testing repos
|
||||
deb http://repo.peppermintos.com/packages bookworm main contrib non-free non-free-firmware
|
||||
#deb-src http://repo.peppermintos.com/packages bookworm main contrib non-free non-free-firmware
|
||||
|
||||
|
||||
|
|
|
@ -13,8 +13,8 @@ deb http://security.debian.org/ bookworm-security main contrib non-free non-free
|
|||
deb-src http://security.debian.org/ bookworm-security main contrib non-free non-free-firmware
|
||||
|
||||
# Updates Repo - main contrib non-free
|
||||
deb http://deb.debian.org/debian bookworm-updates main contrib non-freenon-free-firmware
|
||||
deb-src http://deb.debian.org/debian bookworm-updates main non-free-firmware
|
||||
deb http://deb.debian.org/debian bookworm-updates main contrib non-free non-free-firmware
|
||||
deb-src http://deb.debian.org/debian bookworm-updates main contrib non-free non-free-firmware
|
||||
|
||||
# bookworm-backports, previously on backports.debian.org
|
||||
deb http://deb.debian.org/debian/ bookworm-backports main contrib non-free non-free-firmware
|
||||
|
|
Loading…
Reference in New Issue