Mise à jour plusieurs versions. Firefox-3.6.13 s'installe et roule correctement
[hvlinux.git] / stage0 / pre-install
index 15c38a8..27b810d 100755 (executable)
@@ -3,12 +3,6 @@ set -o errexit
 
 source ../functions/main
 
-# Making sure that this script was executed by the root user
-if [ "x${USER}" != "xroot" ]; then
-    echo "You must be the superuser to install hvlinux."
-    exit 1
-fi
-
 # Making sure that the LFS directory is accessible
 if [ ! -d ${LFS} ]; then
     echo "LFS destination directory not found."