Skip to content
Snippets Groups Projects
Commit 2e9e74dd authored by joseph's avatar joseph
Browse files

Created install scripts

parent 5a136b44
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
target_dir=~/.local/share/kservices5/srvrupload
rm -Rf $target_dir
\ No newline at end of file
#!/bin/bash
target_dir=~/.local/share/kservices5/srvrupload
rm -Rf $target_dir
mkdir $target_dir
cd $target_dir/
wget https://raw.githubusercontent.com/Chopper1337/srvrupload_dolphin/main/srvrupload.desktop
wget https://raw.githubusercontent.com/Chopper1337/srvrupload_dolphin/main/srvrupload.sh
chmod +x $target_dir/*
exit
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment