Compare commits
3 Commits
5ef22f9fc5
...
925e63d67f
| Author | SHA1 | Date | |
|---|---|---|---|
| 925e63d67f | |||
| 9cd14a76e7 | |||
| a77c60e11b |
27
ubuntu/apps/resilio.sh
Normal file
27
ubuntu/apps/resilio.sh
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
cd ~/Downloads
|
||||||
|
rm resilio-sync_3.0.3.1065-1_amd64.deb
|
||||||
|
wget https://download-cdn.resilio.com/3.0.3.1065/debian/amd64/0/resilio-sync_3.0.3.1065-1_amd64.deb
|
||||||
|
sudo dpkg -i resilio-sync_3.0.3.1065-1_amd64.deb
|
||||||
|
sudo systemctl disable resilio-sync
|
||||||
|
sudo systemctl stop resilio-sync
|
||||||
|
|
||||||
|
echo "[Unit]
|
||||||
|
Description=Resilio Sync service
|
||||||
|
Documentation=https://help.getsync.com/
|
||||||
|
After=network.target network-online.target
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=forking
|
||||||
|
Restart=on-failure
|
||||||
|
PIDFile=%h/.config/resilio-sync/sync.pid
|
||||||
|
ExecStart=/usr/bin/rslsync --config %h/.config/resilio-sync/config.json
|
||||||
|
ExecStartPre=/etc/resilio-sync/init_user_config.sh
|
||||||
|
ExecStartPost=/bin/sleep 1
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=default.target" | sudo tee /usr/lib/systemd/user/resilio-sync.service >/dev/null
|
||||||
|
|
||||||
|
systemctl --user enable resilio-sync
|
||||||
|
systemctl --user start resilio-sync
|
||||||
|
|
||||||
|
#uninstall: sudo apt-get purge resilio-sync
|
||||||
@@ -9,7 +9,7 @@ sudo apt install nfs-common -y
|
|||||||
|
|
||||||
# flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
|
# flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
|
||||||
# sudo apt install yubioath-desktop -y # Doesn't work
|
# sudo apt install yubioath-desktop -y # Doesn't work
|
||||||
sudo apt install flatseal -y
|
# sudo apt install flatseal -y
|
||||||
|
|
||||||
flatpak install net.nokyan.Resources -y
|
flatpak install net.nokyan.Resources -y
|
||||||
flatpak install org.onlyoffice.desktopeditors -y
|
flatpak install org.onlyoffice.desktopeditors -y
|
||||||
@@ -21,3 +21,25 @@ sudo apt install pcscd -y
|
|||||||
sudo add-apt-repository ppa:kelebek333/mint-tools -y
|
sudo add-apt-repository ppa:kelebek333/mint-tools -y
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install webapp-manager -y
|
sudo apt-get install webapp-manager -y
|
||||||
|
|
||||||
|
### Dev Stuff
|
||||||
|
sudo snap install --beta zig --classic -y
|
||||||
|
# sudo apt install xsel xclip wl-clipboard
|
||||||
|
sudo cp ../dev/sesh /usr/bin
|
||||||
|
|
||||||
|
cd ~/.config/
|
||||||
|
git config --global user.email "noisycarlos@hey.com"
|
||||||
|
git config --global user.name "carlos aldana"
|
||||||
|
git config --global credential.helper store
|
||||||
|
|
||||||
|
mv nvim nvim-old
|
||||||
|
git clone https://git.noisyserver.sbs/noisycarlos/nvim
|
||||||
|
|
||||||
|
sudo rm -r wezterm
|
||||||
|
git clone https://git.noisyserver.sbs/noisycarlos/wezterm
|
||||||
|
|
||||||
|
sudo rm -r ghostty
|
||||||
|
git clone https://git.noisyserver.sbs/noisycarlos/ghostty
|
||||||
|
|
||||||
|
sudo rm -r lazygit
|
||||||
|
git clone https://git.noisyserver.sbs/noisycarlos/lazygit
|
||||||
|
|||||||
Reference in New Issue
Block a user