10 lines
193 B
Bash
10 lines
193 B
Bash
cd /var/local
|
|
sudo mkdir tmpmail
|
|
sudo chown $(whoami) tmpmail
|
|
git clone https://github.com/sdushantha/tmpmail
|
|
cd tmpmail
|
|
chmod +x tmpmail
|
|
sudo mv tmpmail /usr/bin/tmpmail
|
|
|
|
sudo apt install w3m
|