mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-12-24 21:48:08 +00:00
Undo Raspbian adding MS repo
This commit is contained in:
parent
b795d9475c
commit
bccd355879
|
@ -698,6 +698,15 @@ rm -f /etc/update-motd.d/41-armbian-config || true
|
||||||
rm -f /etc/update-motd.d/98-armbian-autoreboot-warn || true
|
rm -f /etc/update-motd.d/98-armbian-autoreboot-warn || true
|
||||||
|
|
||||||
|
|
||||||
|
# Random Cleanup
|
||||||
|
if [ -f /etc/apt/sources.list.d/vscode.list ]; then
|
||||||
|
sed -i "s/^deb/#deb/g" /etc/apt/sources.list.d/vscode.list
|
||||||
|
fi
|
||||||
|
if [ -f /etc/apt/trusted.gpg.d/microsoft.gpg ]; then
|
||||||
|
rm /etc/apt/trusted.gpg.d/microsoft.gpg
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
# Clean apt-cache
|
# Clean apt-cache
|
||||||
apt-get clean
|
apt-get clean
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user