Skip to content

Instantly share code, notes, and snippets.

View harini-ua's full-sized avatar
🏠
Working from home

Sergey Harini harini-ua

🏠
Working from home
View GitHub Profile
@harini-ua
harini-ua / all.sh
Created September 19, 2019 10:39 — forked from lukrizal/all.sh
#!/bin/bash
echo "Downloading GetDeb and PlayDeb" &&
wget http://archive.getdeb.net/install_deb/getdeb-repository_0.1-1~getdeb1_all.deb http://archive.getdeb.net/install_deb/playdeb_0.3-1~getdeb1_all.deb
echo "Installing GetDeb" &&
sudo dpkg -i getdeb-repository_0.1-1~getdeb1_all.deb
echo "Installing PlayDeb" &&
sudo dpkg -i playdeb_0.3-1~getdeb1_all.deb &&