Create ~/Downloads directory if needed
This commit is contained in:
parent
fd5cbd9620
commit
ee1684f4c8
1 changed files with 2 additions and 1 deletions
|
@ -29,10 +29,11 @@ if [[ -z $NO_SYSTEMCTL ]]; then
|
|||
sudo systemctl list-timers "*dnf-*"
|
||||
fi
|
||||
|
||||
mkdir -p ~/Downloads
|
||||
cd ~/Downloads
|
||||
rm -f "*code*.rpm"
|
||||
aria2c "https://go.microsoft.com/fwlink/?LinkID=760867"
|
||||
sudo dnf install "*code*.rpm"
|
||||
sudo dnf -y install "*code*.rpm"
|
||||
code --install-extension cssho.vscode-svgviewer
|
||||
code --install-extension donjayamanne.python
|
||||
code --install-extension saviorisdead.RustyCode
|
||||
|
|
Loading…
Reference in a new issue