iankelling.org
/
git
/
automated-distro-installer
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d15a0e
)
file rename
author
Ian Kelling
<iank@fsf.org>
Wed, 27 Dec 2023 21:13:27 +0000
(16:13 -0500)
committer
Ian Kelling
<iank@fsf.org>
Wed, 27 Dec 2023 21:13:27 +0000
(16:13 -0500)
wrt-init
patch
|
blob
|
history
diff --git
a/wrt-init
b/wrt-init
index 0df2e12c37d1859b333dee7901e3e9adad631c98..c222a5c6e00576c9d58ce6797c88bd44767b6a6a 100755
(executable)
--- a/
wrt-init
+++ b/
wrt-init
@@
-14,9
+14,9
@@
if ! opkg list-installed|grep bash; then
opkg install bash
fi
-if [ -f /root/
er
r ]; then
+if [ -f /root/
bash-bea
r ]; then
mkdir -p /usr/local/lib
- mv /root/
er
r /usr/local/lib
+ mv /root/
bash-bea
r /usr/local/lib
fi
# this isnt used anymore