Commit Graph

34 Commits

Author SHA1 Message Date
iamromulan
7f17818a9c Simpleupdates Phase 1
-Moved several installation functions to individual scripts that will run as systemd processes for updating/installing; This is phase 1 in creating an automatic update system
-Merged ttyd into simpleadmin as it is now part of simpleadmin as "console"
2024-04-13 21:56:39 -04:00
Cameron Thompson
1663b34e1d Prep to merge 2024-04-10 23:41:21 -04:00
Zach Brown
c081b5c63f Clearly this causes some issue 2024-04-09 21:11:46 +00:00
Zach Brown
2024ec569c Fixes 2024-04-09 19:18:06 +00:00
Zach Brown
223e704adc Fix OPKG installer 2024-04-09 17:08:26 +00:00
Zach Brown
74790da711 SSH updates 2024-04-09 15:48:46 +00:00
Zach Brown
c82d9496a7 Made a few changes to lighttpd 2024-04-09 02:20:15 +00:00
Cameron Thompson
6e3ccb63d7 Update installentware.sh
-Now installs:
mc: GUI file browser
htop: graphical view of system resources
dfc: graphical view of disk space
lsof: list open files (show what's using a particular thing/file)
2024-03-26 01:25:06 -04:00
Cameron Thompson
a42e85bcf2 Added Login Patch
-Now patches the login and passwd binaries to allow a normal login process
-Sets the $PATH and $HOME of the root user to reflect efficient use of the environment
(These changes were moved from the ttyd installation process as it is useful to more than just ttyd)
2024-03-25 23:29:04 -04:00
Cameron Thompson
2970209753 Update installentware.sh
Remove extra quotes
2024-03-16 22:15:32 -04:00
Cameron Thompson
95b10ece14 Update installentware.sh
Add color to menu option when looking for existing opkg installed from factory
2024-03-16 20:21:47 -04:00
iamromulan
87dab7a813 Fix missing function call 2024-03-11 23:32:41 -04:00
iamromulan
3dff54a90d Add check for existing opkg 2024-03-11 23:12:02 -04:00
iamromulan
f320f94e4c Move uninstall function 2024-02-26 00:44:08 -05:00
iamromulan
1ebd61b7cb Remove indentations 2024-02-26 00:29:14 -05:00
iamromulan
68a84397b0 Update installentware.sh
Improve Installation process
Add colors to echo
2024-02-26 00:21:40 -05:00
iamromulan
c724d64d04 Add uninstall option
Add uninstall option, cleanup
2024-02-25 23:47:59 -05:00
iamromulan
edee6c61ca Sync with main 2024-02-25 23:22:46 -05:00
iamromulan
d1b1127c7f Entware Installer for Quectel V1.0
First release ready for use

Notes:
-opkg will work after installing

-Everything opkg does is installed to /opt

-/opt is actually located at /usrdata/opt to save space but is mounted at /opt

-Anything opkg installs will not be available in the system path by default but you can get around this by symbolic linking each binary installed by the package to /bin and /sbin from /opt/bin and /opt/sbin
For example:
opkg install zerotier
ln -sf /opt/bin/zerotier-one /bin
ln -sf /opt/bin/zerotier-cli /bin
ln -sf /opt/bin/zerotier-idtool /bin
Now you can run those 3 binaries from the shell anytime since they are linked in a place already part of the system path.
2024-02-05 21:47:09 -05:00
iamromulan
56f15a3c6a Update installentware.sh
Switch to generic install. No need for a second busybox for now
2024-02-05 21:03:00 -05:00
iamromulan
063573f750 Update installentware.sh 2024-02-05 00:26:19 -05:00
iamromulan
34d1ae89e4 Update installentware.sh 2024-02-05 00:19:32 -05:00
iamromulan
73a805ad4e Update installentware.sh 2024-02-05 00:14:09 -05:00
iamromulan
94fe61452a Update installentware.sh 2024-02-04 23:56:06 -05:00
iamromulan
ea5510b1b0 Update installentware.sh 2024-02-04 23:55:11 -05:00
iamromulan
2736c1d8e7 Update installentware.sh 2024-02-04 23:53:30 -05:00
iamromulan
0093c36ea7 Update installentware.sh 2024-02-04 23:36:25 -05:00
iamromulan
67dc4e73e1 Update installentware.sh 2024-02-04 23:17:28 -05:00
iamromulan
6c790952c6 Update installentware.sh 2024-02-04 22:22:42 -05:00
iamromulan
94bb287f49 Update installentware.sh
Manual enable mount at boot
2024-02-04 22:17:11 -05:00
iamromulan
08e070099f Update installentware.sh 2024-02-04 21:54:26 -05:00
iamromulan
899bc23621 Update installentware.sh
Revert to original
2024-02-04 21:40:48 -05:00
iamromulan
bb28ebdc53 Update installentware.sh
Change installation from /opt to /usrdata/opt
There is more room to work with at /dev/ubi2_0 which is where /usrdata is mounted from.
From stock firmware ubi0 (rootfs [/]) only has 49.3 MBs free while ubi2_0 has 119.8 MBs
2024-02-03 13:13:01 -05:00
iamromulan
353c0f0368 Fork entware install script
Forked from https://github.com/Entware/Entware/wiki/Install-on-Android#installation
Orginal:
https://bin.entware.net/armv7sf-k3.2/installer/alternative.sh
2024-02-03 13:07:57 -05:00