Update run.sh

This commit is contained in:
Namonay 2024-01-22 18:03:23 +00:00
parent 6fd11d0028
commit bf14f5ff4a

5
run.sh
View File

@ -1,5 +1,10 @@
#!/bin/bash
mkdir -p '/nfs/homes/'$USER'/.local/share/backgrnd'
cp ''$PWD'/EmojiNerdYellowBackground.jpg' '/nfs/homes/'$USER'/.local/share/backgrnd'
gsettings set org.gnome.desktop.background picture-uri '/nfs/homes/'$USER'/.local/share/backgrnd/EmojiNerdYellowBackground.jpg'
gsettings set org.gnome.desktop.background picture-uri-dark '/nfs/homes/'$USER'/.local/share/backgrnd/EmojiNerdYellowBackground.jpg'
python3 -m venv .env
source .env/bin/activate
pip install -r requirements.txt