Update run.sh
This commit is contained in:
parent
6fd11d0028
commit
bf14f5ff4a
5
run.sh
5
run.sh
@ -1,5 +1,10 @@
|
|||||||
#!/bin/bash
|
#!/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
|
python3 -m venv .env
|
||||||
source .env/bin/activate
|
source .env/bin/activate
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user