This file contains hidden or 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
SEK Sweden kronor | |
ATS Austria shilling | |
AUD Australian dollar | |
BEF Belgien franc | |
BRL Brazilien real | |
CAD Canada dollar | |
CHF Switzerland francs | |
CNY China yuan renminbi | |
CYP Cyprus pound | |
CZK Czech Republic koruna |
This file contains hidden or 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/bash | |
# adds arch repo to pacman.conf | |
# released under the GPLv3 | |
# root check begin | |
try_sudo=1 | |
if [[ $1 = --no-sudo ]] | |
then | |
try_sudo=0 | |
shift |
This file contains hidden or 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/bash | |
# | |
# Dieses Skript sichert die Namen der installierten Pakete (auch die aus dem AUR) in einer Liste, die Pacman.conf und die mirrorlist, damit du | |
# alle nach einer Neuinstallation einfach wiederherstellen kannst! | |
# | |
# Du benötigst: | |
# Pacman-Paketverwaltung | |
# libnotify | |
# tar | |
# angepasste Variablen für externe Festplatte. |
NewerOlder