Skip to content

Instantly share code, notes, and snippets.

@artixnous
artixnous / arch2artix.sh
Created June 8, 2022 21:09 — forked from echawk/arch2artix.sh
An old Arch to Artix conversion script that might be of use to someone
#!/bin/bash
# LICENSE: MIT
#TODO:
# - need to check and make sure this script is up to date with the migration process [ ]
# - the script doesn't seem to work when I have been testing it. it does most of the stuff
# properly, however it doesn't seem to get the install *quite* right. I need to do
# much, much more testing before I can properly use this
@artixnous
artixnous / PKGBUILD (rssh)
Created September 12, 2017 20:11 — forked from johnlane/PKGBUILD (rssh)
ArchLinux AUR PKGBUILD for rsync-compatible rssh
# Maintainer: Christian Hesse <mail@eworm.de>
# Contributor: Judd Vinet <jvinet@zeroflux.org>
# Contributor: Gaetan Bisson <bisson@archlinux.org>
pkgname=rssh
pkgver=2.3.4
pkgrel=4
pkgdesc='Restricted secure shell allowing only scp, sftp, cvs, rsync or rdist'
url='http://www.pizzashack.org/rssh/'
license=('custom:rssh')