mirror of
git://soft.sys114.com/odroid-stamper
synced 2025-12-19 01:48:42 +09:00
Fix typo for package repository file
Signed-off-by: Dongjin Kim <tobetter@gmail.com> Change-Id: Ibe7e8c5664e79f4cfdccce8688482101a270c7d5
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
INTERNAL_APT=/etc/apt/sources.list.d/ppa_linuxfactory_or_kr.list
|
||||
INTERNAL-APT=/etc/apt/sources.list.d/ppa-linuxfactory-or-kr.list
|
||||
|
||||
if [ -f ${INTERNAL_APT} ]; then
|
||||
sed -i "/internal/d" ${INTERNAL_APT}
|
||||
|
||||
Reference in New Issue
Block a user