1
1
Fork 0
dotfiles/terminal/install.sh
2019-08-02 22:55:16 -05:00

7 lines
220 B
Bash

#!/bin/bash
echo " - Configuring Hyper Terminal - "
curl -L https://releases.hyper.is/download/deb -o ~/Downloads/hyper.deb
sudo dpkg -i ~/Downloads/hyper.deb
sudo apt install -f
echo " - Configuring Hyper Terminal - "