mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
feature: Swapping to use nmcli (#1015)
The reason is that we get better errors and that we get signal strength. Reworking all the commands to use nmcli instead. Feat: Wifi List Available Feat: strength sort for available fix: Backend to match the frontend asking feat: New get with all information chore: Make backend changing country not for NonWire Co-authored-by: Drew Ansbacher <drew.ansbacher@spiredigital.com> Co-authored-by: Drew Ansbacher <drew.ansbacher@spiredigital.com>
This commit is contained in:
@@ -26,7 +26,8 @@ apt-get install -y \
|
||||
ecryptfs-utils \
|
||||
cifs-utils \
|
||||
samba-common-bin \
|
||||
ntp
|
||||
ntp \
|
||||
network-manager
|
||||
apt-get autoremove -y
|
||||
apt-get upgrade -y
|
||||
|
||||
@@ -60,5 +61,6 @@ EOF
|
||||
passwd -l ubuntu
|
||||
echo 'overlayroot="tmpfs":swap=1,recurse=0' > /etc/overlayroot.local.conf
|
||||
systemctl disable initialization.service
|
||||
sudo systemctl restart NetworkManager
|
||||
sync
|
||||
reboot
|
||||
|
||||
Reference in New Issue
Block a user