mirror of
git://soft.sys114.com/odroid-stamper
synced 2025-12-19 00:18:42 +09:00
fixup: remove internal LinuxFactory when cleanup
Signed-off-by: Dongjin Kim <tobetter@gmail.com> Change-Id: I13b1c738bfedfc888f866882988967827030f9d9
This commit is contained in:
@@ -18,3 +18,8 @@ rm -rf /root/default
|
||||
chown -R root:root /boot
|
||||
chown -R root:root /etc
|
||||
chown -R root:root /root
|
||||
|
||||
if [ "x@@INTERNAL@@" = "xtrue" ]; then
|
||||
sed -i "/internal/d" /etc/apt/sources.list.d/ppa-linuxfactory-or-kr.list
|
||||
sed -i "/ppa.linuxfactory.or.kr/d" /etc/hosts
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user