This commit is contained in:
2025-10-30 05:55:25 -06:00
parent ce82a3b041
commit 0401833273
+5 -1
View File
@@ -348,7 +348,7 @@ phase_four () {
# clean up
echo -e "\nDisabling unneeded junk..\n"
sudo systemctl disable bluetooth
sudo systemctl disable fake-hwclock
# sudo systemctl disable fake-hwclock
sudo update-rc.d -f fake-hwclock remove
# install da packages
@@ -374,10 +374,14 @@ phase_four () {
sudo bash -c "echo pps-gpio >> /etc/modules"
fi
short_sleep
# cleanup
echo -e "\nCleaning up...\n"
sudo apt autoremove -y
short_sleep
# handle users serial shit
## self
echo -e "\nGiving $username the right permissions...\n"