mirror of
git://soft.sys114.com/odroid-stamper
synced 2025-12-19 01:48:42 +09:00
Fix typo for 'INTERNAL_APT'
Signed-off-by: Dongjin Kim <tobetter@gmail.com> Change-Id: Ib87a78d1e6f7776ecc3029b963def9b45d10e6ba
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