Skip to content

Commit a56c760

Browse files
committed
Updates to install instructions.
1 parent 4b00df7 commit a56c760

File tree

3 files changed

+21
-11
lines changed

3 files changed

+21
-11
lines changed

uganda/2024/mwebaza/install-packages.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ circuslinux
2020
cuyo
2121
hannah
2222
lbreakout2
23-
supertux2
23+
supertux
2424
tuxmath
2525
tuxpuck
2626

uganda/2024/mwebaza/koc-packages.sh

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ else
3030
exit
3131
fi
3232

33-
cat $PACKAGE_FILE | grep -v -e '^$' -e '^#' | xargs sudo apt-get install -y
33+
cat $PACKAGE_FILE | grep -v -e '^$' -e '^#' | xargs sudo apt -m install -y
3434

3535
echo "================================="
3636
echo "= Installs completed."
@@ -39,7 +39,10 @@ echo "= Proceeding with package"
3939
echo "= removal ..."
4040
echo "================================="
4141

42-
cat $REMOVE_PACKAGE_FILE | grep -v -e '^$' -e '^#' | xargs sudo apt-get remove -y
42+
cat $REMOVE_PACKAGE_FILE | grep -v -e '^$' -e '^#' | xargs sudo apt -m remove -y
43+
44+
sudo apt reinstall -y raspberrypi-ui-mods
4345

4446
sudo apt autoremove -y
4547

48+
sudo apt autoclean

uganda/2024/mwebaza/operating-system-setup-raspberry-pi-os.md

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,19 @@
3838
* First boot will take a few minutes
3939

4040

41+
#### Create Bigger Swap File
42+
43+
* The default swap file size with RPi OS is 100MB ... [too small](https://www.bitpi.co/2015/02/11/how-to-change-raspberry-pis-swapfile-size-on-rasbian)
44+
* Open a terminal and run the following commands to increase the swap file to 2048MB:
45+
* `sudo vi /etc/dphys-swapfile`
46+
* Look for line that contains `CONF_SWAPSIZE`, change value to 2048
47+
* Save, quit
48+
* `sudo /etc/init.d/dphys-swapfile stop`
49+
* `sudo /etc/init.d/dphys-swapfile start`
4150

4251

4352
#### Software Updates
4453

45-
On first boot:
4654
* Join wifi
4755
* Open terminal, apply any software updates:
4856
* `sudo apt update`
@@ -78,12 +86,11 @@ chmod u+x koc-packages.sh
7886
#### Set Desktop Backgound and Bookmarks
7987

8088

81-
82-
83-
8489
* Start **Web Browser** (Menu, Internet, Chromium)
85-
* Select "No thanks" when prompted to login to Google
86-
* Close the Adobe Flash Player tab
87-
* Go to www.mwebaza.org to verify WiFi/network connectivity
88-
* Reboot
90+
* Set home page to `http://box`:
91+
* Go to Chromium Settings
92+
* Search for "on start-up"
93+
* Choose "Open a specific page or set of pages"
94+
* Enter `http://box`
95+
8996

0 commit comments

Comments
 (0)