Skip to content

Instantly share code, notes, and snippets.

View o-dka's full-sized avatar
🦎
lizard

odka o-dka

🦎
lizard
View GitHub Profile
@o-dka
o-dka / ins.sh
Last active October 24, 2021 11:46
Script for installing .deb packages on void linux, using @sinetoami 's method.
#!/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"