Files
ai-training/scripts/orangepi5/01 install.sh
T
Oleksandr Bezdieniezhnykh 243b69656b Update test results directory structure and enhance Docker configurations
- Modified `.gitignore` to reflect the new path for test results.
- Updated `docker-compose.test.yml` to mount the correct test results directory.
- Adjusted `Dockerfile.test` to set the `PYTHONPATH` and ensure test results are saved in the updated location.
- Added `boto3` and `netron` to `requirements-test.txt` to support new functionalities.
- Updated `pytest.ini` to include the new `pythonpath` for test discovery.

These changes streamline the testing process and ensure compatibility with the updated directory structure.
2026-03-28 00:13:08 +02:00

29 lines
1.0 KiB
Bash

# update, install sublime, wget, git, vlc
wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/sublimehq-archive.gpg > /dev/null
echo "deb https://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.list
sudo apt update
sudo apt upgrade
sudo apt install -y wget git vlc sublime-text
# Move/resize windows with Alt + mouse left/right
gsettings set org.gnome.desktop.wm.preferences mouse-button-modifier '<Alt>'
gsettings set org.gnome.desktop.wm.preferences resize-with-right-button true
# Firefox
sudo snap install firefox
# Move top panel down
sudo apt install -y libglib2.0-dev-bin libxml2-utils gettext gnome-shell-extension-manager
git clone https://gitlab.gnome.org/jrahmatzadeh/just-perfection.git
cd just-perfection
./scripts/build.sh -i
cd ..
rm -rf just-perfection
gnome-session-quit --force
# Manually Open Extension Manager, Enter to Just Perfection extension
# then Customize -> Panel Position
# Signal
sudo snap install signal-desktop