fixed chrome and added synology

This commit is contained in:
J. Colin Henry 2025-07-05 08:01:20 -07:00
parent e55a5f8ee3
commit 4e1daad46d
2 changed files with 11 additions and 1 deletions

View File

@ -3,7 +3,7 @@ set -e
# Browse the web with the most popular browser. See https://www.google.com/chrome/
cd /tmp
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
curl -o ./google-chrome-stable_current_amd64.deb https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo apt install -y ./google-chrome-stable_current_amd64.deb
rm google-chrome-stable_current_amd64.deb
xdg-settings set default-web-browser google-chrome.desktop

10
app-synology Executable file
View File

@ -0,0 +1,10 @@
#!/usr/bin/env bash
set -e
cd /tmp
curl -o ./synology-drive-client-16111.x86_64.deb https://global.synologydownload.com/download/Utility/SynologyDriveClient/3.5.2-16111/Ubuntu/Installer/synology-drive-client-16111.x86_64.deb
sudo apt install -y ./synology-drive-client-16111.x86_64.deb
rm synology-drive-client-16111.x86_64.deb
cd -