fixed chrome and added synology
This commit is contained in:
parent
e55a5f8ee3
commit
4e1daad46d
@ -3,7 +3,7 @@ set -e
|
|||||||
|
|
||||||
# Browse the web with the most popular browser. See https://www.google.com/chrome/
|
# Browse the web with the most popular browser. See https://www.google.com/chrome/
|
||||||
cd /tmp
|
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
|
sudo apt install -y ./google-chrome-stable_current_amd64.deb
|
||||||
rm google-chrome-stable_current_amd64.deb
|
rm google-chrome-stable_current_amd64.deb
|
||||||
xdg-settings set default-web-browser google-chrome.desktop
|
xdg-settings set default-web-browser google-chrome.desktop
|
||||||
|
10
app-synology
Executable file
10
app-synology
Executable 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 -
|
||||||
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user