Skip to content
This repository has been archived by the owner on Apr 20, 2021. It is now read-only.

Commit

Permalink
Add (script/*): create several new script
Browse files Browse the repository at this point in the history
	new file:   etcher.sh
	new file:   franz.sh
	new file:   notable.sh
	new file:   ramme.sh
	new file:   rofi.sh
	new file:   simplenote.sh
	new file:   telegram.sh
	new file:   tweet-tray.sh
	new file:   windows95.sh

Closes #109
Closes #110
Closes #111
Closes #112
Closes #113
Closes #114
Closes #115
  • Loading branch information
Wabri committed Mar 14, 2019
1 parent 3bda0ae commit d4f86e2
Show file tree
Hide file tree
Showing 9 changed files with 43 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/etcher.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Ramme unofficial Instagram Desktop App - https://github.com/balena-io/etcher
wget -O etcher.deb https://github.com/balena-io/etcher/releases/download/v1.5.5/balena-etcher-electron_1.5.5_amd64.deb
sudo dpkg -i etcher.deb
rm etcher.deb
4 changes: 4 additions & 0 deletions scripts/franz.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Franz messaging app - https://meetfranz.com
wget -O franz.deb https://github.com/meetfranz/franz/releases/download/v5.0.0/franz_5.0.0_amd64.deb
sudo dpkg -i franz.deb
rm -r franz.deb
4 changes: 4 additions & 0 deletions scripts/notable.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Notable the markdown based note taking app that doesn't suck - https://github.com/notable/notable
wget -O notable.deb https://github.com/notable/notable/releases/download/v1.3.0/notable_1.3.0_amd64.deb
sudo dpkg -i notable.deb
rm notable.deb
4 changes: 4 additions & 0 deletions scripts/ramme.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Ramme unofficial Instagram Desktop App - https://github.com/terkelg/ramme
wget -O ramme.deb https://github.com/terkelg/ramme/releases/download/v3.2.5/Ramme_3.2.5_amd64.deb
sudo dpkg -i ramme.deb
rm ramme.deb
10 changes: 10 additions & 0 deletions scripts/rofi.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Rofi a window switcher, application launcher and dmenu replacement - https://github.com/DaveDavenport/rofi
sudo apt install libpango-1.0-0 libpangocairo-1.0-0 libcairo2 libglib2.0-0 librsvg2-2 libstartup-notification0 libxkbcommon0 libxkbcommon-x11-0 libxcb libxcb-util0 libxcb-ewmh2 libxcb-icccm4 libxcb-xrm0 bison flex librsvg-2-2
wget -O rofi.tar.gz https://github.com/DaveDavenport/rofi/releases/download/1.5.2/rofi-1.5.2.tar.gz
tar zxvf rofi.tar.gz
cd rofi-*
./configure
make
sudo make install
cd ../
rm rofi*
4 changes: 4 additions & 0 deletions scripts/simplenote.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Simplenote a React app packaged via Electron for Windows and Linux - https://github.com/Automattic/simplenote-electron
wget -O simplenote.deb https://github.com/Automattic/simplenote-electron/releases/download/v1.5.0/Simplenote-linux-1.5.0-amd64.deb
sudo dpkg -i simplenote.deb
rm simplenote.deb
5 changes: 5 additions & 0 deletions scripts/telegram.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Telegram Fast and secure desktop app, perfectly synced with your mobile phoneDesktop - https://desktop.telegram.org/
wget -O telegram.tar.xz https://updates.tdesktop.com/tlinux/tsetup.1.5.15.tar.xz
tar xf telegram.tar.xz
sudo mv Telegram/Telegram /usr/local/bin/
rm -r ?elegram*
4 changes: 4 additions & 0 deletions scripts/tweet-tray.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Tweet-tray tweet quickly from the desktop without any distractions - https://github.com/jonathontoon/tweet-tray
wget -O tweet-tray.deb https://github.com/jonathontoon/tweet-tray/releases/download/v1.1.5/tweet-tray-1.1.5.deb
sudo dpkg -i tweet-tray.deb
rm tweet-tray.deb
4 changes: 4 additions & 0 deletions scripts/windows95.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Windows95 win95 in Electron. Runs on macOS, Linux, and Windows - https://github.com/felixrieseberg/windows95
wget -O win95.deb https://github.com/felixrieseberg/windows95/releases/download/v2.0.0/windows95-linux-2.0.0_amd64.deb
sudo dpkg -i win95.deb
rm win95.deb

0 comments on commit d4f86e2

Please sign in to comment.