1
0
mirror of https://gitlab.com/JKANetwork/JKArch.git synced 2026-02-23 21:43:44 +01:00
This commit is contained in:
kprkpr
2016-06-04 19:54:27 +02:00
parent 7e3e9a07d0
commit 4cd03b8905
2 changed files with 4 additions and 4 deletions

View File

@@ -1,9 +1,9 @@
#!/bin/bash
cd /root/
#Este script corre en el chroot para configurar todo
argpart=$1
partefi=$2
sclang=$3
argpart=$2
partefi=$3
sclang=$1
source translations.sh
#Try to disable ctrl+C
trap '' INT