aboutsummaryrefslogtreecommitdiff
path: root/fai/config/scripts/OFFLINE_INSTALL/90-fix-apt-after-offline-install
blob: b0578f9cf6fea16b3fca8f9854ad0e648a6ca698 (plain)
1
2
3
4
5
6
7
#!/bin/bash

set -x

if [ -e "$target/etc/apt/sources.list.d/fai-mirror-offline.list" ]; then
	rm "$target/etc/apt/sources.list.d/fai-mirror-offline.list"
fi