This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
#======================================================================================= | |
# Ins script | |
# Script to install `.deb` packages on void linux, `.deb` package should be in ~/Downloads | |
# in order for the script to work run chmod +x ins.sh | |
# PLEASE READ THE COMMENTS | |
#======================================================================================= | |
# Written by o-dka, 2021 | |
#====================================================================================== | |
echo -n "What file to install?\n" |